From caa940684f6e8113abecfe9d5ad4d75b83a87ec230224a94c4bfb33479c9bc16 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 14 Apr 2022 13:04:10 +0000 Subject: [PATCH] Accepting request 970097 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/970097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=26 --- python-pyvmomi.changes | 5 +++++ python-pyvmomi.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 88bb109..0cbaae2 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 14 06:43:18 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Mon Oct 25 20:06:37 UTC 2021 - Martin Hauke diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index c773acd..02174fd 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/vmware/pyvmomi Source: https://github.com/vmware/pyvmomi/archive/v%{version}.tar.gz#/pyvmomi-%{version}.tar.gz BuildRequires: %{python_module fixtures >= 1.3.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module requests >= 2.3.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.7.3}