From 0e61d69784e3996cc7cc4c1b75af066fc5244a4d7c0c4c0699b7f325db523687 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 15:13:16 +0000 Subject: [PATCH] Accepting request 1225123 from home:dimstar:Factory - Do not (ever) use %python_modules on runtime requires: it pulls in all python flavors. Change to Requires: python-typeguard which will be rewritten by the python singlespec machinery. OBS-URL: https://build.opensuse.org/request/show/1225123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=25 --- python-inflect.changes | 7 +++++++ python-inflect.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-inflect.changes b/python-inflect.changes index 0f4e945..0c61f64 100644 --- a/python-inflect.changes +++ b/python-inflect.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 19 15:09:13 UTC 2024 - Dominique Leuenberger + +- Do not (ever) use %python_modules on runtime requires: it pulls + in all python flavors. Change to Requires: python-typeguard which + will be rewritten by the python singlespec machinery. + ------------------------------------------------------------------- Thu Nov 14 14:14:05 UTC 2024 - Dirk Müller diff --git a/python-inflect.spec b/python-inflect.spec index 3b97468..bcda5e5 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -35,8 +35,8 @@ BuildRequires: %{python_module typing_extensions if %python-base < 3.9} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: %{python_module typeguard} Requires: python-more-itertools >= 8.5.0 +Requires: python-typeguard BuildArch: noarch %python_subpackages