Accepting request 163859 from devel:languages:python
- Add python3 requires and buildrequires. It will not work without them - Changes suggests to recommends since there is no way to install suggets currently (forwarded request 163858 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/163859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=10
This commit is contained in:
commit
524bf48a5f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 11:07:24 UTC 2013 - toddrme2178@gmail.com
|
||||
|
||||
- Changes suggests to recommends since there is no way to install suggets currently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 13:00:39 UTC 2013 - cfarrell@suse.com
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: zeromq-devel
|
||||
# Test requirements:
|
||||
BuildRequires: python-Cython
|
||||
Suggests: zeromq
|
||||
Recommends: zeromq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 11:07:24 UTC 2013 - toddrme2178@gmail.com
|
||||
|
||||
- Add python3 requires and buildrequires. It will not work without them
|
||||
- Changes suggests to recommends since there is no way to install suggets currently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 12:06:12 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -24,11 +24,13 @@ License: LGPL-3.0+
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/zeromq/pyzmq
|
||||
Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: zeromq-devel
|
||||
# Test requirements:
|
||||
BuildRequires: python-Cython
|
||||
Suggests: zeromq
|
||||
Requires: python3
|
||||
Recommends: zeromq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user