mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 22:02:47 +00:00
Force python3 build - required by new hplip
This commit is contained in:
parent
cfaf76be11
commit
f409335368
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
%define tarname Cython
|
||||
|
||||
%{?build_python3}%{?!build_python3:%bcond_without python3}
|
||||
# Force python3 build - required by new hplip
|
||||
# % {?build_python3}%{?!build_python3:%bcond_without python3}
|
||||
%bcond_without python3
|
||||
|
||||
Summary: Language for writing C extensions to Python
|
||||
Name: python-cython
|
||||
Version: 0.21
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source0: http://www.cython.org/release/Cython-%{version}.tar.gz
|
||||
Source100: %{name}.rpmlintrc
|
||||
License: Apache License
|
||||
|
|
Loading…
Add table
Reference in a new issue