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:
parent
a03f71f05e
commit
0da096a10e
@ -49,8 +49,9 @@ Requires: /usr/bin/patchelf
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n meson_python-%{version}
|
%autosetup -n meson_python-%{version}
|
||||||
|
|
||||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
# build: used only by skipped PEP 518 test
|
||||||
sed -r -i "s/'pytest-cov/# &/" pyproject.toml
|
# pytest-cov: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
||||||
|
sed -r -i "s/^ '(build|pytest-cov)/#&/" pyproject.toml
|
||||||
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
|
Loading…
Reference in New Issue
Block a user