Revert "Enable bootstrap"

This reverts commit 162c557642.
This commit is contained in:
Lumir Balhar 2025-11-27 12:30:48 +01:00
parent 162c557642
commit 2c147d9e05

View File

@ -4,7 +4,7 @@
# Specify --with bootstrap to build in bootstrap mode
# This mode is needed, because python3-rpm-generators need packaging
%bcond_without bootstrap
%bcond_with bootstrap
# When bootstrapping, the tests and docs are disabled because the dependencies are not yet available.
# We don't want python-pretend in future RHEL, so we disable tests on RHEL as well.