python3 bootstrap: manually require the dependency on python3-rpm-generators
This commit is contained in:
parent
4dc985b06d
commit
1c59c3de52
@ -17,6 +17,10 @@ Source0: %{pypi_source}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
|
# python3 bootstrap: this is rebuilt before the final build of python3, which
|
||||||
|
# adds the dependency on python3-rpm-generators, so we require it manually
|
||||||
|
# Note that the package prefix is always python3-, even if we build for 3.X
|
||||||
|
BuildRequires: python3-rpm-generators
|
||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: pyproject-rpm-macros
|
||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user