diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index bd9380a..9358f48 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 12 06:05:56 UTC 2024 - Steve Kowalik + +- Explicitly BuildRequires zipp, it is now used by the testsuite, and + was pulled in anyway. + ------------------------------------------------------------------- Mon Nov 27 19:08:54 UTC 2023 - Dirk Müller diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 3ee03a0..005371e 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,7 +1,7 @@ # # spec file for package python-importlib-resources # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,8 +31,7 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testsuite} BuildRequires: %{python_module wheel} -# Breaking the depcycle; not absolutely needed as ZipReader is not executed in tests. -# BuildRequires: %%{python_module zipp >= 3.1.0 if %%python-base < 3.10} +BuildRequires: %{python_module zipp >= 3.1.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-importlib_resources = %{version}