Enable bootstrap

This commit is contained in:
Lumir Balhar 2025-11-26 11:50:25 +01:00
parent 6387509186
commit 162c557642

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_with bootstrap
%bcond_without 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.