14
0
forked from pool/python-pyzmq

Accepting request 163858 from devel:languages:python3

- Add python3 requires and buildrequires.  It will not work without them
- Changes suggests to recommends since there is no way to install suggets currently

OBS-URL: https://build.opensuse.org/request/show/163858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=24
This commit is contained in:
Todd R
2013-04-13 10:01:26 +00:00
committed by Git OBS Bridge
parent c504694c1f
commit 75ddb4fa44
4 changed files with 15 additions and 2 deletions

View File

@@ -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)")}