From a7b92c10cefb1ba610a9eaa04361ed09f1ab65ec3b4fb092905e3a414868c314 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 12 Mar 2024 06:07:15 +0000 Subject: [PATCH] - Explicitly BuildRequires zipp, it is now used by the testsuite, and was pulled in anyway. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=26 --- python-importlib-resources.changes | 6 ++++++ python-importlib-resources.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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}