BR python3-rpm-generators manually

This commit is contained in:
Miro Hrončok 2019-03-10 19:52:09 +01:00
parent efeec04977
commit 624c912337

View File

@ -55,6 +55,9 @@ Python 2 version.
%package -n python3-%{pypi_name}
Summary: %{summary}
BuildRequires: python3-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
BuildRequires: python3-rpm-generators
BuildRequires: python3-setuptools
%if %{without bootstrap}
BuildRequires: python3-pytest