From e6a8a6bfaa610304ba67ce05da37df3414ea6c81 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 27 Nov 2022 20:33:37 +0200 Subject: [PATCH] Disable bootstrap Signed-off-by: David Abdurachmanov --- python3.12.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.12.spec b/python3.12.spec index e19c6ec..9586c8a 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -69,7 +69,7 @@ ExcludeArch: %{arm} # 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_without bootstrap +%bcond_with bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise