forked from pool/python-paramiko-expect
- 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:
@@ -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
|
Thu Apr 7 11:55:05 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -23,7 +23,6 @@ Version: 0.3.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: An expect-like extension for the Paramiko SSH library
|
Summary: An expect-like extension for the Paramiko SSH library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/fgimian/paramiko-expect
|
URL: https://github.com/fgimian/paramiko-expect
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/paramiko-expect/paramiko-expect-%{version}.tar.gz
|
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
|
Source1: https://raw.githubusercontent.com/fgimian/paramiko-expect/master/LICENSE
|
||||||
@@ -33,12 +32,8 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-paramiko >= 1.10.1
|
Requires: python-paramiko >= 1.10.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module contextlib2}
|
|
||||||
BuildRequires: %{python_module paramiko >= 1.10.1}
|
BuildRequires: %{python_module paramiko >= 1.10.1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-mock
|
|
||||||
%endif
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user