From e1a1ea3f16360c03fa79998cdbc8973fca318abb Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Mon, 3 Jul 2023 19:52:29 +0200 Subject: [PATCH] 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 --- python-autopage.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-autopage.spec b/python-autopage.spec index 55fb020..ededd96 100644 --- a/python-autopage.spec +++ b/python-autopage.spec @@ -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