Accepting request 319235 from home:TheBlackCat:branches:devel:languages:python
Add additional optional dependencies that support additional features and/or additional backends. OBS-URL: https://build.opensuse.org/request/show/319235 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=44
This commit is contained in:
parent
53cf39bb32
commit
26962a3237
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 29 08:06:43 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Add additional optional dependencies that support additional
|
||||||
|
features and/or additional backends.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 15 09:20:24 UTC 2015 - toddrme2178@gmail.com
|
Wed Jul 15 09:20:24 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -26,9 +26,30 @@ Url: http://github.com/zeromq/pyzmq
|
|||||||
Source: https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
||||||
Source1: python-pyzmq-rpmlintrc
|
Source1: python-pyzmq-rpmlintrc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: zeromq-devel
|
BuildRequires: zeromq-devel
|
||||||
# Test requirements:
|
|
||||||
BuildRequires: python-Cython
|
BuildRequires: python-Cython
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: python-cffi
|
||||||
|
BuildRequires: python-gevent
|
||||||
|
BuildRequires: python-numpy
|
||||||
|
BuildRequires: python-pexpect
|
||||||
|
BuildRequires: python-py
|
||||||
|
BuildRequires: python-simplejson
|
||||||
|
BuildRequires: python-tornado
|
||||||
|
BuildRequires: python-paramiko
|
||||||
|
# Test requirements
|
||||||
|
BuildRequires: python-nose
|
||||||
|
%endif
|
||||||
|
Requires: python
|
||||||
|
Recommends: python-cffi
|
||||||
|
Recommends: python-gevent
|
||||||
|
Recommends: python-numpy
|
||||||
|
Recommends: python-pexpect
|
||||||
|
Recommends: python-py
|
||||||
|
Recommends: python-simplejson
|
||||||
|
Recommends: python-tornado
|
||||||
|
Recommends: python-paramiko
|
||||||
Recommends: zeromq
|
Recommends: zeromq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
Loading…
Reference in New Issue
Block a user