Don't require linters for Fedora build

Usage of the linters is discouraged when packaging downstream.
Source: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
This commit is contained in:
Karolina Surma 2023-07-03 19:52:29 +02:00
commit e1a1ea3f16

View file

@ -61,7 +61,7 @@ rm autopage/tests/test_end_to_end.py
%if %{with pyproject}
%generate_buildrequires
%pyproject_buildrequires -e pep8,%{toxenv}
%pyproject_buildrequires -t
%else
cp %{SOURCE1} ./
%endif