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:
parent
74e6b4489b
commit
f09e2076b8
@ -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
|
Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,10 @@ Group: Development/Languages/Python
|
|||||||
Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python3
|
||||||
|
BuildRequires: python3-2to3
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
Requires: python3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Cython language makes writing C extensions for the Python language as
|
The Cython language makes writing C extensions for the Python language as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user