Use new (rpm 4.17.1+) bcond style

This commit is contained in:
Benjamin A. Beasley 2023-07-06 22:35:32 -04:00
parent 9002e7c07e
commit 74b15a4c76

View File

@ -1,11 +1,7 @@
# Lets try to build this as early as we can, since its a dependency for
# some important libraries, such as python-platformdirs.
%bcond_with bootstrap
%if %{without bootstrap}
%bcond_without tests
%else
%bcond_with tests
%endif
%bcond bootstrap 0
%bcond tests %{without bootstrap}
Name: python-hatch-vcs
Version: 0.3.0