15
0

Accepting request 648722 from home:mimi_vx:branches:devel:languages:python

- add disable-gssapi.patch - workaround for boo#1115769

OBS-URL: https://build.opensuse.org/request/show/648722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=75
This commit is contained in:
Tomáš Chvátal
2018-11-13 11:50:48 +00:00
committed by Git OBS Bridge
parent 8972085b00
commit 4964a4e4df
3 changed files with 20 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/p/paramiko/parami
# certificates needed by testsuite
Source1: cert_support.tar.gz
Patch0: paramiko-test_extend_timeout.patch
Patch1: disable-gssapi.patch
BuildRequires: %{python_module PyNaCl >= 1.0.1}
BuildRequires: %{python_module bcrypt >= 3.1.3}
BuildRequires: %{python_module cryptography >= 1.1}
@@ -71,6 +72,7 @@ This package contains the documentation.
%prep
%setup -q -n paramiko-%{version}
%patch0 -p1
%patch1 -p1
# Fix non-executable script rpmlint issue:
find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
tar xvzf %{SOURCE1} -C tests/