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}