14
0

Accepting request 865548 from devel:languages:python

- Use python_module macro for BuildRequires on the testsuite module

OBS-URL: https://build.opensuse.org/request/show/865548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zodbpickle?expand=0&rev=6
This commit is contained in:
2021-01-22 20:52:16 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 22 05:49:25 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Use python_module macro for BuildRequires on the testsuite module
-------------------------------------------------------------------
Mon Mar 9 10:35:56 UTC 2020 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zodbpickle
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,9 @@ URL: https://pypi.python.org/pypi/zodbpickle
Source: https://files.pythonhosted.org/packages/source/z/zodbpickle/zodbpickle-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testsuite}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-testsuite
%python_subpackages
%description