diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 7ef8fcf..9235f46 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 17 11:30:28 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build (even if the testsuite + would run) + ------------------------------------------------------------------- Sun Apr 25 20:52:33 UTC 2021 - Ben Greiner diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 87f7f8c..dccced0 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -1,7 +1,7 @@ # # spec file for package python-dfVFS # -# Copyright (c) 2020 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 @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python-%{**} python38-%{**}} %define timestamp 20200920 %define pythons python3 Name: python-dfVFS @@ -51,7 +51,6 @@ BuildRequires: %{python_module libvhdi} BuildRequires: %{python_module libvmdk} BuildRequires: %{python_module libvshadow} BuildRequires: %{python_module libvslvm} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tsk}