15
0

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

- remove python-nacl from builddeps
- add 194.patch to fix testsuite

OBS-URL: https://build.opensuse.org/request/show/682200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=8
This commit is contained in:
2019-03-06 14:56:41 +00:00
committed by Git OBS Bridge
parent 841bc9ea2f
commit 7007e2c24c
3 changed files with 71 additions and 1 deletions

View File

@@ -26,10 +26,10 @@ License: EPL-2.0 OR GPL-2.0-or-later
Group: Development/Languages/Python
Url: http://asyncssh.timeheart.net
Source: https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-%{version}.tar.gz
Patch0: 194.patch
BuildRequires: %{python_module bcrypt >= 3.1.3}
BuildRequires: %{python_module cryptography >= 2.6.1}
BuildRequires: %{python_module gssapi >= 1.2.0}
BuildRequires: %{python_module libnacl >= 1.4.2}
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -53,6 +53,7 @@ asyncio framework.
%prep
%setup -q -n asyncssh-%{version}
%autopatch -p1
%build
%python_build
@@ -62,6 +63,7 @@ asyncio framework.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
ssh-agent
%python_exec -m unittest discover -s tests_py35
%python_exec setup.py test