15
0

Accepting request 433728 from home:tbechtold:branches:devel:languages:python

- Fix Requires for python-cryptography
- Add missing Requires for python-pyasn1

OBS-URL: https://build.opensuse.org/request/show/433728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=52
This commit is contained in:
2016-10-07 13:03:18 +00:00
committed by Git OBS Bridge
parent 3719c9aeb0
commit 38d374403f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 7 09:13:06 UTC 2016 - tbechtold@suse.com
- Fix Requires for python-cryptography
- Add missing Requires for python-pyasn1
-------------------------------------------------------------------
Sun Jul 31 12:15:25 UTC 2016 - michael@stroeder.com

View File

@@ -28,7 +28,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-cryptography
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-cryptography
Requires: python-cryptography >= 1.1
Requires: python-pyasn1 >= 0.1.7
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else