From 29deff7837721d6d4f50c3ad86a7766790ee2a23c801ca4fc7a4ce5df07101da Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 11 Aug 2022 03:16:46 +0000 Subject: [PATCH] - Drop unneeded BuildRequires of contextlib2 and mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko-expect?expand=0&rev=8 --- python-paramiko-expect.changes | 5 +++++ python-paramiko-expect.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-paramiko-expect.changes b/python-paramiko-expect.changes index 3ab33cd..fb8ab6e 100644 --- a/python-paramiko-expect.changes +++ b/python-paramiko-expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 11 03:16:04 UTC 2022 - Steve Kowalik + +- Drop unneeded BuildRequires of contextlib2 and mock. + ------------------------------------------------------------------- Thu Apr 7 11:55:05 UTC 2022 - pgajdos@suse.com diff --git a/python-paramiko-expect.spec b/python-paramiko-expect.spec index d4e1e43..8c77281 100644 --- a/python-paramiko-expect.spec +++ b/python-paramiko-expect.spec @@ -23,7 +23,6 @@ Version: 0.3.2 Release: 0 Summary: An expect-like extension for the Paramiko SSH library License: MIT -Group: Development/Languages/Python URL: https://github.com/fgimian/paramiko-expect Source: https://files.pythonhosted.org/packages/source/p/paramiko-expect/paramiko-expect-%{version}.tar.gz Source1: https://raw.githubusercontent.com/fgimian/paramiko-expect/master/LICENSE @@ -33,12 +32,8 @@ BuildRequires: python-rpm-macros Requires: python-paramiko >= 1.10.1 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module contextlib2} BuildRequires: %{python_module paramiko >= 1.10.1} BuildRequires: %{python_module pytest} -%if %{with python2} -BuildRequires: python-mock -%endif # /SECTION %python_subpackages