diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 448af3e..76b4e19 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 10 23:05:26 UTC 2023 - Ben Greiner + +- Reinstate tomli requirement for Python < 3.11 + ------------------------------------------------------------------- Wed May 10 06:24:15 UTC 2023 - Dirk Müller diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 4333a7f..1dd3b8f 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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