Don't BuildRequire linters

This commit is contained in:
Miro Hrončok 2023-07-01 16:12:12 +02:00
commit fc8bd550c9

View file

@ -18,6 +18,9 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
# The test extra contains linters, we cherry-pick only what we need:
BuildRequires: python3-pytest
%description
tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of
@ -39,8 +42,9 @@ specification.
%prep
%autosetup -n %{srcname}-%{version}
%generate_buildrequires
%pyproject_buildrequires -r -x test
%pyproject_buildrequires -r
%build