From eef9bbbf811f14e493f68df183fd32202ead386d1804eb670af01620f5831233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 6 Apr 2022 12:38:16 +0000 Subject: [PATCH] Accepting request 967266 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/967266 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysolr?expand=0&rev=5 --- python-pysolr.changes | 5 +++++ python-pysolr.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pysolr.changes b/python-pysolr.changes index 0e3f26e..d3d4b7a 100644 --- a/python-pysolr.changes +++ b/python-pysolr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 6 10:11:54 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Wed Aug 5 15:21:54 UTC 2020 - Marketa Calabkova diff --git a/python-pysolr.spec b/python-pysolr.spec index 3196c70..c57c3f6 100644 --- a/python-pysolr.spec +++ b/python-pysolr.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysolr # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,6 @@ Requires: python-requests >= 2.9.1 Suggests: python-kazoo >= 2.5.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.9.1} # /SECTION