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:
Stephan Kulow 2013-04-16 04:55:33 +00:00 committed by Git OBS Bridge
commit 524bf48a5f
4 changed files with 15 additions and 2 deletions

View File

@ -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 Fri Apr 5 13:00:39 UTC 2013 - cfarrell@suse.com

View File

@ -28,7 +28,7 @@ BuildRequires: python-devel
BuildRequires: zeromq-devel BuildRequires: zeromq-devel
# Test requirements: # Test requirements:
BuildRequires: python-Cython BuildRequires: python-Cython
Suggests: 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
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

View File

@ -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 Wed Mar 27 12:06:12 UTC 2013 - speilicke@suse.com

View File

@ -24,11 +24,13 @@ License: LGPL-3.0+
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/zeromq/pyzmq Url: http://github.com/zeromq/pyzmq
Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz Source: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: zeromq-devel BuildRequires: zeromq-devel
# Test requirements: # Test requirements:
BuildRequires: python-Cython BuildRequires: python-Cython
Suggests: zeromq Requires: python3
Recommends: zeromq
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description