14
0

Accepting request 1234714 from devel:languages:python

- Add missing runtime dependency on zodbpickle

OBS-URL: https://build.opensuse.org/request/show/1234714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.copy?expand=0&rev=6
This commit is contained in:
2025-01-03 13:18:08 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 3 10:51:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add missing runtime dependency on zodbpickle
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 21:44:04 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Oct 28 21:44:04 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.copy # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-zodbpickle
Requires: python-zope.interface Requires: python-zope.interface
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}