Accepting request 1086139 from home:bnavigator:branches:devel:languages:python

- Reinstate tomli requirement for Python < 3.11

OBS-URL: https://build.opensuse.org/request/show/1086139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=73
This commit is contained in:
Steve Kowalik 2023-05-11 06:54:39 +00:00 committed by Git OBS Bridge
parent c600a4abfc
commit 6ddd8d84c8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 10 23:05:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Reinstate tomli requirement for Python < 3.11
-------------------------------------------------------------------
Wed May 10 06:24:15 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -47,6 +47,9 @@ Requires: python-typing-extensions
%if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
%endif
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 1
%endif
BuildArch: noarch
%if %{with test}
# Testing requirements