- Fix version setting for cryptography for build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=58
This commit is contained in:
Robert Schweikert 2017-03-17 20:26:33 +00:00 committed by Git OBS Bridge
parent 6c65295fe9
commit 60d53e31f6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 17 20:25:35 UTC 2017 - rjschwei@suse.com
- Fix version setting for cryptography for build
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 16 22:23:45 UTC 2017 - rjschwei@suse.com Thu Mar 16 22:23:45 UTC 2017 - rjschwei@suse.com

View File

@ -25,7 +25,7 @@ License: LGPL-2.1+
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.io/packages/source/p/paramiko/paramiko-%{version}.tar.gz Source: https://pypi.io/packages/source/p/paramiko/paramiko-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-cryptography BuildRequires: python-cryptography >= 1.1
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-pyasn1 >= 0.1.7 BuildRequires: python-pyasn1 >= 0.1.7
BuildRequires: python-setuptools BuildRequires: python-setuptools