14
0

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:
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

@@ -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