From 62175f36da4e3dd7feb672fcd4937043de65f50a03e81a8204ab763aa083c55e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Mar 2022 12:36:50 +0000 Subject: [PATCH] Accepting request 964649 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/964649 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=6 --- python-ncclient.changes | 5 +++++ python-ncclient.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ncclient.changes b/python-ncclient.changes index 3c5c119..3d84281 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 24 12:10:35 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Fri Jan 14 17:35:29 UTC 2022 - Ben Greiner diff --git a/python-ncclient.spec b/python-ncclient.spec index c7dac52..fc68c0f 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -38,7 +38,6 @@ Requires: python-setuptools > 0.6 Requires: python-six BuildArch: noarch BuildRequires: %{python_module lxml >= 3.3.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module paramiko >= 1.15.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six}