Accepting request 1037583 from home:ojkastl_buildservice:Branch_devel_languages_python

add explicit Requires for python-importlib_metadata for Python < 3.8

OBS-URL: https://build.opensuse.org/request/show/1037583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=37
This commit is contained in:
Matej Cepl 2022-11-23 13:30:01 +00:00 committed by Git OBS Bridge
parent 0faec7d1b8
commit 1f5a0dc0fd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 23 10:03:23 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- add explicit Requires for python-importlib_metadata for Python < 3.8
-------------------------------------------------------------------
Mon Jul 18 13:40:16 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -38,6 +38,9 @@ BuildRequires: python-backports.functools_lru_cache >= 1.2.1
%ifpython2
Requires: python-backports.functools_lru_cache >= 1.2.1
%endif
%if %python_version_nodots < 38
Requires: python-importlib_metadata
%endif
%python_subpackages
%description