From 38d374403f1368543adf49d5dc8d309a0f41151d8f2c5458032f5c6bd801c3ec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2016 13:03:18 +0000 Subject: [PATCH] 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 --- python-paramiko.changes | 6 ++++++ python-paramiko.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-paramiko.changes b/python-paramiko.changes index 307fdc7..a4b6bfe 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index a2371a6..4eb43f5 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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