Update comment about the bootstrap bcond

I've noticed this when importing the package to Python 3.12 RHEL stack.
The wheel is always built, the comment was outdated.
This commit is contained in:
Miro Hrončok 2024-01-09 12:08:12 +01:00 committed by churchyard
parent 0f18fe05cc
commit 65193d85b1

View File

@ -1,4 +1,6 @@
# The function of bootstrap is that it disables the wheel subpackage
# The function of bootstrap is that it builds the package with flit_core.wheel
# and installs it by unzipping it.
# A real build uses %%pyproject_wheel and %%pyproject_install.
%bcond bootstrap 0
# Default: when bootstrapping -> disable tests
%bcond tests %{without bootstrap}