From d3e551fbc67b2ac4bdf581e60040d8853cdd69d9c93e217d594e329b7bf5ee3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 3 Jan 2025 10:52:02 +0000 Subject: [PATCH] - Add missing runtime dependency on zodbpickle OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.copy?expand=0&rev=12 --- python-zope.copy.changes | 5 +++++ python-zope.copy.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-zope.copy.changes b/python-zope.copy.changes index dc186e0..dd88124 100644 --- a/python-zope.copy.changes +++ b/python-zope.copy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 3 10:51:19 UTC 2025 - Markéta Machová + +- Add missing runtime dependency on zodbpickle + ------------------------------------------------------------------- Mon Oct 28 21:44:04 UTC 2024 - Dirk Müller diff --git a/python-zope.copy.spec b/python-zope.copy.spec index 1748098..847e6c9 100644 --- a/python-zope.copy.spec +++ b/python-zope.copy.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.copy # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-zodbpickle Requires: python-zope.interface BuildArch: noarch %if %{with test}