From 0942fdd27588abb707f62199330362e660562e31 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 03 2020 19:48:44 +0000 Subject: BuildRequire python3-rpm-generators manually for easier python3 bootstrapping --- diff --git a/pyparsing.spec b/pyparsing.spec index 4d0f305..03b1496 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -21,6 +21,10 @@ BuildRequires: dos2unix BuildRequires: python3-devel BuildRequires: python3-setuptools +# 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 + %if %{with doc} BuildRequires: python3-sphinx %endif