forked from pool/python-setuptools_scm
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:
@@ -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>
|
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
|
%if 0%{?python_version_nodots} < 38
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?python_version_nodots} < 311
|
||||||
|
Requires: python-tomli >= 1
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# Testing requirements
|
# Testing requirements
|
||||||
|
Reference in New Issue
Block a user