From 624c912337c09680dcbcf7676d1b763802a53fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 10 Mar 2019 19:52:09 +0100 Subject: [PATCH] BR python3-rpm-generators manually --- python-wheel.spec | 3 +++ 1 file changed, 3 insertions(+) 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