Only require python3-rpm-generators when built with rewheel
Without rewheel is used to bootstrap setuptools+pip python3-rpm-generators needs python3-setuptools, so we cannot have it yet
This commit is contained in:
parent
0c391afb69
commit
8810a59050
@ -484,7 +484,12 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-rpm-macros
|
||||
Requires: python3-rpm-macros
|
||||
|
||||
%if %{with rewheel}
|
||||
# without rewheel is used to bootstrap setuptools+pip
|
||||
# python3-rpm-generators needs python3-setuptools, so we cannot have it yet
|
||||
Requires: python3-rpm-generators
|
||||
%endif
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1217376
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1496757
|
||||
|
Loading…
Reference in New Issue
Block a user