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