From 7d39e050345aaaafc479a78be3be5ec5a182cbd0725ea36ffc5a7a8753851417 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 16 Jan 2025 01:56:23 +0000 Subject: [PATCH] - Also provide python3-setuptools-wheel for the primary flavor. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=284 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 53de4b0..f277da2 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 16 01:55:52 UTC 2025 - Steve Kowalik + +- Also provide python3-setuptools-wheel for the primary flavor. + ------------------------------------------------------------------- Wed Jan 15 15:27:23 UTC 2025 - Dominique Leuenberger diff --git a/python-setuptools.spec b/python-setuptools.spec index 1478c1e..4dbb619 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -106,6 +106,9 @@ especially ones that have dependencies on other packages. %package wheel Summary: The setuptools wheel for custom tests and install requirements Requires: %mypython(abi) = %python_version +%if "%{flavor}" == "primary" +Provides: %{mypython}3-setuptools-wheel = %{version}-%{release} +%endif %description wheel This packages provides the setuptools wheel as separate file for cases where