forked from pool/python-celery
- Add relax-billiard-pin.patch to allow billiard 3.6.0.0 OBS-URL: https://build.opensuse.org/request/show/676514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=112
8 lines
251 B
Diff
8 lines
251 B
Diff
--- celery-4.2.1-orig/requirements/default.txt 2018-05-21 14:35:08.000000000 +0700
|
|
+++ celery-4.2.1/requirements/default.txt 2019-02-15 17:25:21.902960298 +0700
|
|
@@ -1,3 +1,3 @@
|
|
pytz>dev
|
|
-billiard>=3.5.0.2,<3.6.0
|
|
+billiard>=3.5.0.2
|
|
kombu>=4.2.0,<5.0
|