Accepting request 1037604 from devel:languages:python
Forwarded request #1037583 from ojkastl_buildservice add explicit Requires for python-importlib_metadata for Python < 3.8 OBS-URL: https://build.opensuse.org/request/show/1037604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wcwidth?expand=0&rev=15
This commit is contained in:
commit
f4b1ea3a32
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user