Don't BuildRequire linters
This commit is contained in:
parent
b79f051510
commit
fc8bd550c9
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue