correct specfile comment about bootstrapping

This is leftover from the python-flit and python-flit-core split.
requests-download is a dependency of flit but not of flit_core.
This commit is contained in:
Maxwell G 2023-07-10 05:43:25 +00:00
parent d45f5890a3
commit 229686e5d3
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -4,7 +4,7 @@
%bcond bootstrap 0
# Tests are enabled by default, unless we bootstrap.
# Disable them to avoid a circular build dependency on requests-download and testpath.
# Disable them to avoid a circular build dependency on testpath.
%bcond tests %{without bootstrap}
Name: python-flit-core