From 53414179d2c9efcdd6c257454c5225d309f4fb5a280fdd09b5dde1977fcb8069 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 21 Mar 2022 14:22:32 +0000 Subject: [PATCH] Accepting request 963654 from home:pgajdos:python - python-mock is actually not required for build OBS-URL: https://build.opensuse.org/request/show/963654 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=7 --- python-IMAPClient.changes | 5 +++++ python-IMAPClient.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}