Fedora 38 is EOL, always build with rpmwheels
This commit is contained in:
parent
e2f294c9e2
commit
3aedd5cc92
1 changed files with 0 additions and 5 deletions
|
|
@ -62,12 +62,7 @@ License: Python-2.0.1
|
||||||
|
|
||||||
# Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages
|
# Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages
|
||||||
# Uses upstream bundled prebuilt wheels otherwise
|
# Uses upstream bundled prebuilt wheels otherwise
|
||||||
# Only F39+ has a pip new enough to work with Python 3.12
|
|
||||||
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
|
|
||||||
%bcond_without rpmwheels
|
%bcond_without rpmwheels
|
||||||
%else
|
|
||||||
%bcond_with rpmwheels
|
|
||||||
%endif
|
|
||||||
# If the rpmwheels condition is disabled, we use the bundled wheel packages
|
# If the rpmwheels condition is disabled, we use the bundled wheel packages
|
||||||
# from Python with the versions below.
|
# from Python with the versions below.
|
||||||
# This needs to be manually updated when we update Python.
|
# This needs to be manually updated when we update Python.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue