Accepting request 1225124 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1225124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inflect?expand=0&rev=11
This commit is contained in:
commit
008b43100b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 15:09:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Thu Nov 14 14:14:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ BuildRequires: %{python_module typing_extensions if %python-base < 3.9}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: %{python_module typeguard}
|
|
||||||
Requires: python-more-itertools >= 8.5.0
|
Requires: python-more-itertools >= 8.5.0
|
||||||
|
Requires: python-typeguard
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user