Drop unused python-build dependency

python-build would only be used with the PEP 518 test, which is skipped
as it requires network access.
This commit is contained in:
Yaakov Selkowitz 2023-11-30 23:33:15 -05:00
parent a03f71f05e
commit 0da096a10e

View File

@ -49,8 +49,9 @@ Requires: /usr/bin/patchelf
%prep
%autosetup -n meson_python-%{version}
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
sed -r -i "s/'pytest-cov/# &/" pyproject.toml
# build: used only by skipped PEP 518 test
# pytest-cov: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
sed -r -i "s/^ '(build|pytest-cov)/#&/" pyproject.toml
%generate_buildrequires