Accepting request 162331 from home:apersaud:branches:devel:languages:python

fixed python3 build for <12.2

OBS-URL: https://build.opensuse.org/request/show/162331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=27
This commit is contained in:
Todd R 2013-04-04 11:00:38 +00:00 committed by Git OBS Bridge
parent 74e6b4489b
commit f09e2076b8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 3 06:50:48 UTC 2013 - arun@gmx.de
- fixed python3 build by including 2to3 and python3 as dependencies
-------------------------------------------------------------------
Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com

View File

@ -26,7 +26,10 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
Requires: python3
%description
The Cython language makes writing C extensions for the Python language as