From 864b42948f912932cfccd69d9b595b2df34489db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 8 Jan 2024 13:16:49 +0100 Subject: [PATCH] Update the comment for the bootstrap bcond --- python3.13.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index 1a9a5f8..8277fcd 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -47,9 +47,9 @@ License: Python-2.0.1 %bcond_without python_abi_provides_for_alt_pythons %endif -# When bootstrapping python3, we need to build setuptools. -# but setuptools BR python3-devel and that brings in python3-rpm-generators; -# python3-rpm-generators needs python3-setuptools, so we cannot have it yet. +# When bootstrapping python3, we need to build python3-packaging. +# but packaging BR python3-devel and that brings in python3-rpm-generators; +# python3-rpm-generators needs python3-packaging, so we cannot have it yet. # # We also use the previous build of Python in "make regen-all". #