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:
parent
fb8eb73c8b
commit
e1a1ea3f16
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue