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