From 407f7cc5c243fa8f85c1af01ceee3cabe1fca8786c1104066d1bbae4584988de Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 15 Jan 2025 16:42:06 +0000 Subject: [PATCH] Accepting request 1238089 from home:dimstar:Factory - Explicitly BuildRequire python-rpm-packaging: when primary flavor is added, this is auto-installed by dependencies. But as we now build the primary flavor separated, we have to ensure to also have it present in the other cases, in order to get the python(abi) dependencies added. - Split out the primary Python build. OBS-URL: https://build.opensuse.org/request/show/1238089 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=283 --- python-setuptools.changes | 11 ++++++++++- python-setuptools.spec | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index a2a3902..53de4b0 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 15 15:27:23 UTC 2025 - Dominique Leuenberger + +- Explicitly BuildRequire python-rpm-packaging: when primary flavor + is added, this is auto-installed by dependencies. But as we now + build the primary flavor separated, we have to ensure to also + have it present in the other cases, in order to get the python(abi) + dependencies added. + ------------------------------------------------------------------- Wed Jan 15 05:49:12 UTC 2025 - Steve Kowalik -- Split out the primary Python build. +- Split out the primary Python build. ------------------------------------------------------------------- Fri Nov 22 08:40:51 UTC 2024 - Dirk Müller diff --git a/python-setuptools.spec b/python-setuptools.spec index f2ce07b..1478c1e 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -64,6 +64,7 @@ Patch0: sort-for-reproducibility.patch BuildRequires: %{python_module base >= 3.9} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python-rpm-packaging Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch