forked from pool/python-kazoo
- add dependency on pure-sasl, move python 2.x deps inside a conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 13:00:50 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- add dependency on pure-sasl, move python 2.x deps inside a conditional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 10:49:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -29,12 +29,16 @@ BuildRequires: %{python_module eventlet >= 0.17.1}
|
||||
BuildRequires: %{python_module gevent >= 1.2}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pure-sasl}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%ifpython2
|
||||
Requires: python-eventlet >= 0.17.1
|
||||
Requires: python-gevent >= 1.2
|
||||
%endif
|
||||
Requires: python-pure-sasl
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user