From 7093fad249c1ace774e88400e3471a39445dbd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 10 Mar 2019 19:51:41 +0100 Subject: [PATCH] BR python3-rpm-generators manually --- python-pip.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-pip.spec b/python-pip.spec index c02f8ac..45106d4 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -196,6 +196,9 @@ Packages" or "Pip Installs Python". Summary: A tool for installing and managing Python3 packages 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 +BuildRequires: python%{python3_pkgversion}-rpm-generators BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: bash-completion %if %{with tests}