From 6bffe625964d5e7a6f9e8aba366eff6115684895b662678bc610cd870f87871b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 22 Jan 2021 05:50:14 +0000 Subject: [PATCH] - Use python_module macro for BuildRequires on the testsuite module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=12 --- python-zodbpickle.changes | 5 +++++ python-zodbpickle.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zodbpickle.changes b/python-zodbpickle.changes index 3ea8a51..fc40d33 100644 --- a/python-zodbpickle.changes +++ b/python-zodbpickle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 05:49:25 UTC 2021 - Steve Kowalik + +- Use python_module macro for BuildRequires on the testsuite module + ------------------------------------------------------------------- Mon Mar 9 10:35:56 UTC 2020 - pgajdos@suse.com diff --git a/python-zodbpickle.spec b/python-zodbpickle.spec index 87918b3..008182c 100644 --- a/python-zodbpickle.spec +++ b/python-zodbpickle.spec @@ -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