From 8c427c8246cb379900a30d4149a48ce62a117d1a Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 27 Nov 2025 09:36:38 +0100 Subject: [PATCH] Disable bootstrap --- python3.14-flit-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.14-flit-core.spec b/python3.14-flit-core.spec index b331a31..f3dabeb 100644 --- a/python3.14-flit-core.spec +++ b/python3.14-flit-core.spec @@ -2,7 +2,7 @@ # When bootstrapping new Python we need to build flit in bootstrap mode. # The Python RPM dependency generators and pip are not yet available. -%bcond bootstrap 1 +%bcond bootstrap 0 # RHEL: disable tests due to missing dependencies %bcond tests 0