BR python3-rpm-generators manually without bootstrap

This commit is contained in:
Miro Hrončok 2019-03-10 19:51:01 +01:00
parent 45d9409c09
commit 76f349f8a2

View File

@ -66,6 +66,9 @@ BuildRequires: python3-pytest-virtualenv
%if %{without bootstrap}
BuildRequires: python3-pip
BuildRequires: python3-wheel
# python3 bootstrap: this is built before the final build of python3, which
# adds the dependency on python3-rpm-generators, so we require it manually
BuildRequires: python3-rpm-generators
%endif # without bootstrap
%description