14
0

- 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
This commit is contained in:
2022-08-11 03:16:46 +00:00
committed by Git OBS Bridge
parent 96a39c44b8
commit 29deff7837
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 11 03:16:04 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Drop unneeded BuildRequires of contextlib2 and mock.
-------------------------------------------------------------------
Thu Apr 7 11:55:05 UTC 2022 - pgajdos@suse.com

View File

@@ -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