From 1f5a0dc0fdb815f0e23a75d908df3ebe3ff8349425a59d71fcfc0fbe90962899 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 13:30:01 +0000 Subject: [PATCH] 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 --- python-wcwidth.changes | 5 +++++ python-wcwidth.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 96a4898..56639a7 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 10:03:23 UTC 2022 - Johannes Kastl + +- add explicit Requires for python-importlib_metadata for Python < 3.8 + ------------------------------------------------------------------- Mon Jul 18 13:40:16 UTC 2022 - Steve Kowalik diff --git a/python-wcwidth.spec b/python-wcwidth.spec index acb9db8..21e16d1 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -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