forked from pool/python-celery
Accepting request 676514 from home:jayvdb:branches:devel:languages:python
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
addd7c1f0c
commit
346fee93b3
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 11:07:36 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Add relax-billiard-pin.patch to allow billiard 3.6.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 13:33:40 CET 2019 - mcepl@suse.com
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/c/celery/celery-%
|
||||
Patch0: disable-pytest-log-capturing.patch
|
||||
Patch1: celery-no-redis.patch
|
||||
Patch2: no-async.patch
|
||||
Patch3: relax-billiard-pin.patch
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module billiard >= 3.5.0.2}
|
||||
BuildRequires: %{python_module case >= 1.3.1}
|
||||
|
||||
7
relax-billiard-pin.patch
Normal file
7
relax-billiard-pin.patch
Normal file
@@ -0,0 +1,7 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user