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:
parent
0f18fe05cc
commit
65193d85b1
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user