diff --git a/python-installer.changes b/python-installer.changes index 92fe7dd..c084e2f 100644 --- a/python-installer.changes +++ b/python-installer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 21 08:58:28 UTC 2022 - Andreas Schneider + +- Add missing BR for importlib_resources + +------------------------------------------------------------------- +Mon Feb 21 08:52:31 UTC 2022 - Andreas Schneider + +- Skip building for python2 + ------------------------------------------------------------------- Thu Jan 20 19:56:19 UTC 2022 - Matej Cepl diff --git a/python-installer.spec b/python-installer.spec index 6e7074a..345d02a 100644 --- a/python-installer.spec +++ b/python-installer.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-installer # DO NOT UPGRADE UNTIL PDM WORKS WITH MORE RECENT VERSIONS!!! Version: 0.3.0 @@ -28,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/i/installer/insta # PATCH-FEATURE-UPSTREAM remove-mock.patch mcepl@suse.com # Make dependency on mock package optional Patch0: remove-mock.patch +BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes