forked from pool/python-celery
Accepting request 677947 from home:jayvdb:branches:devel:languages:python
- Add missing dependency on pytz, needed by celery.utils - Remove unused build dependency on cl OBS-URL: https://build.opensuse.org/request/show/677947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=113
This commit is contained in:
committed by
Git OBS Bridge
parent
346fee93b3
commit
27b13e8829
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 21 09:44:59 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Add missing dependency on pytz, needed by celery.utils
|
||||
- Remove unused build dependency on cl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 11:07:36 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ Patch3: relax-billiard-pin.patch
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module billiard >= 3.5.0.2}
|
||||
BuildRequires: %{python_module case >= 1.3.1}
|
||||
BuildRequires: %{python_module cl}
|
||||
BuildRequires: %{python_module curses}
|
||||
BuildRequires: %{python_module eventlet}
|
||||
BuildRequires: %{python_module gevent}
|
||||
@@ -40,7 +39,7 @@ BuildRequires: %{python_module kombu >= 4.0.2}
|
||||
BuildRequires: %{python_module pyOpenSSL}
|
||||
BuildRequires: %{python_module pytest >= 3.0}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module pytz >= 2016.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: netcfg
|
||||
@@ -48,6 +47,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-billiard >= 3.5.0.2
|
||||
Requires: python-kombu >= 4.0.2
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz >= 2016.7
|
||||
Requires: python-vine
|
||||
Recommends: python-curses
|
||||
Recommends: python-pyOpenSSL
|
||||
|
||||
Reference in New Issue
Block a user