From 19f40f8a23591dcda379866a15c496762f44f425 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 5 Apr 2023 10:02:33 +0300 Subject: [PATCH] Enable bootstrap --- SPECS/python3.11.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/python3.11.spec b/SPECS/python3.11.spec index ad0db2f..eda4c22 100644 --- a/SPECS/python3.11.spec +++ b/SPECS/python3.11.spec @@ -55,11 +55,11 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_with bootstrap +%bcond_without bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise -%bcond_without rpmwheels +%bcond_with rpmwheels # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python.