From 807f8bef722a40c1e9697fc975bd7f0f1f8db90965237a476e6dbdd66ef04167 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Mar 2022 07:39:11 +0000 Subject: [PATCH] Accepting request 964244 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/964244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=36 --- python-knack.changes | 5 +++++ python-knack.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}