diff --git a/python-knack.changes b/python-knack.changes index 1347f99..3814fb8 100644 --- a/python-knack.changes +++ b/python-knack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 23 10:46:06 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Tue Dec 7 08:24:18 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-knack.spec b/python-knack.spec index 8d05ed7..d556544 100644 --- a/python-knack.spec +++ b/python-knack.spec @@ -1,7 +1,7 @@ # # spec file for package python-knack # -# 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 @@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{v BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module argcomplete} BuildRequires: %{python_module jmespath} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pygments} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}