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:
parent
c600a4abfc
commit
6ddd8d84c8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user