From 1c59c3de52a25f8e2ce333e5d7b38ef26cdc3ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Tue, 12 Oct 2021 13:13:08 +0200 Subject: [PATCH] python3 bootstrap: manually require the dependency on python3-rpm-generators --- python-toml.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-toml.spec b/python-toml.spec index ceb9a4d..82d769d 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -17,6 +17,10 @@ Source0: %{pypi_source} BuildArch: noarch 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 +# Note that the package prefix is always python3-, even if we build for 3.X +BuildRequires: python3-rpm-generators BuildRequires: pyproject-rpm-macros %bcond_without tests