From 96da78297fa799e64af3def4a8bbe73a4f9fd2b44cf6fe99fd45cd1a1b008615 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Mar 2022 09:57:34 +0000 Subject: [PATCH] Accepting request 962496 from home:pgajdos:python - python-mock actually not required for build OBS-URL: https://build.opensuse.org/request/show/962496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=46 --- python-docker.changes | 5 +++++ python-docker.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-docker.changes b/python-docker.changes index 855ace6..32d397c 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 17 15:22:38 UTC 2022 - pgajdos@suse.com + +- python-mock actually not required for build + ------------------------------------------------------------------- Sat Dec 11 22:12:28 UTC 2021 - Dirk Müller diff --git a/python-docker.spec b/python-docker.spec index b1f0299..f735736 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -1,7 +1,7 @@ # # spec file for package python-docker # -# Copyright (c) 2021 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 @@ -27,7 +27,6 @@ Group: System/Management URL: https://pypi.org/project/docker Source0: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz BuildRequires: %{python_module docker-pycreds >= 0.4.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 2.4.2} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.3.1}