From 785e468280b63831a2e49d9d54f07ea527b32974 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 27 Nov 2025 13:22:59 +0100 Subject: [PATCH] Disable bootstrap --- python3.14-setuptools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.14-setuptools.spec b/python3.14-setuptools.spec index 3eddfb0..4535a38 100644 --- a/python3.14-setuptools.spec +++ b/python3.14-setuptools.spec @@ -3,7 +3,7 @@ %global srcname setuptools # used when bootstrapping new Python versions -%bcond bootstrap 1 +%bcond bootstrap 0 # The original RHEL N+1 content set is defined by (build)dependencies # of the packages in Fedora ELN. Hence we disable tests and documentation here