From 624c912337c09680dcbcf7676d1b763802a53fac Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Mar 15 2019 10:02:11 +0000 Subject: BR python3-rpm-generators manually --- diff --git a/python-wheel.spec b/python-wheel.spec index 863a363..a8b359b 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -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