Disable bootstrap

This commit is contained in:
Lumir Balhar 2025-11-27 09:36:38 +01:00
parent 53a5fcc754
commit 8c427c8246

View File

@ -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