Accepting request 142800 from devel:languages:python

Removed openSUSE 11.4 spec file workarounds (forwarded request 142755 from TheBlackCat) (forwarded request 142786 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2012-11-28 13:34:42 +00:00 committed by Git OBS Bridge
commit 0e92e84923
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
- Removed openSUSE 11.4 spec file workarounds
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 18 09:07:39 UTC 2012 - toddrme2178@gmail.com Fri May 18 09:07:39 UTC 2012 - toddrme2178@gmail.com

View File

@ -25,16 +25,11 @@ 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/%{modname}/%{modname}-%{version}.tar.gz Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: python3
BuildRequires: python3-2to3 BuildRequires: python3-2to3
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: zeromq-devel BuildRequires: zeromq-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1140 Requires: python(abi) = %{py3_ver}
%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
%endif
Requires: python3 >= %{py3_ver}
%description %description
PyZMQ is a lightweight and super-fast messaging library built on top of PyZMQ is a lightweight and super-fast messaging library built on top of