Accepting request 580798 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/580798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=28
This commit is contained in:
commit
8cdcd937d9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 18:03:10 UTC 2018 - aplanas@suse.com
|
||||||
|
|
||||||
|
- Recommends only for SUSE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 10 17:31:28 UTC 2018 - arun@gmx.de
|
Sat Feb 10 17:31:28 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Name: python-pyzmq
|
|||||||
Version: 17.0.0
|
Version: 17.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for 0MQ
|
Summary: Python bindings for 0MQ
|
||||||
License: LGPL-3.0+ and BSD-3-Clause
|
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/zeromq/pyzmq
|
Url: http://github.com/zeromq/pyzmq
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
||||||
@ -48,6 +48,7 @@ BuildRequires: zeromq-devel
|
|||||||
# Test requirements
|
# Test requirements
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
Requires: python
|
Requires: python
|
||||||
|
%if 0%{?suse_version} >= 1000
|
||||||
Recommends: python-cffi
|
Recommends: python-cffi
|
||||||
Recommends: python-gevent
|
Recommends: python-gevent
|
||||||
Recommends: python-numpy
|
Recommends: python-numpy
|
||||||
@ -57,6 +58,7 @@ Recommends: python-simplejson
|
|||||||
Recommends: python-tornado
|
Recommends: python-tornado
|
||||||
Recommends: python-paramiko
|
Recommends: python-paramiko
|
||||||
Recommends: zeromq
|
Recommends: zeromq
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user