diff --git a/python-IMAPClient.changes b/python-IMAPClient.changes index 800bb77..c1d33db 100644 --- a/python-IMAPClient.changes +++ b/python-IMAPClient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 21 11:09:15 UTC 2022 - pgajdos@suse.com + +- python-mock is actually not required for build + ------------------------------------------------------------------- Thu Aug 26 11:12:06 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index 1d224df..48fea54 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -1,7 +1,7 @@ # # spec file for package python-IMAPClient # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,6 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/mjs/imapclient/ Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz -BuildRequires: %{python_module mock >= 1.3.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 20.5} BuildRequires: %{python_module six}