python3 bootstrap: manually require the dependency on python3-rpm-generators

This commit is contained in:
Tomáš Hrnčiar 2021-10-12 13:13:08 +02:00
parent 4dc985b06d
commit 1c59c3de52

View File

@ -17,6 +17,10 @@ Source0: %{pypi_source}
BuildArch: noarch
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
%bcond_without tests