setuptools BuildRequire for py3
setuptools are dropped as a require from python-wheel, we need to require it explicitely Related: https://pagure.io/koji/issue/2919
This commit is contained in:
parent
5e64c48758
commit
42626e10a0
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ Summary: Build system tools python library
|
|||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-setuptools
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
Requires: python%{python3_pkgversion}-rpm
|
||||
%else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue