Accepting request 529157 from home:seanmarlow:branches:devel:languages:python

Fix cffi version requirement should be >= 1.7.

OBS-URL: https://build.opensuse.org/request/show/529157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=71
This commit is contained in:
Jan Matejek 2017-09-29 10:42:10 +00:00 committed by Git OBS Bridge
parent ba38ae853f
commit 5d825e4739
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 28 14:50:51 UTC 2017 - sean.marlow@suse.com
- Fix cffi version requirement.
-------------------------------------------------------------------
Thu Sep 7 11:18:35 UTC 2017 - vcizek@suse.com

View File

@ -33,7 +33,7 @@ Source4: https://files.pythonhosted.org/packages/source/c/cryptography_ve
Patch1: disable-uneven-sizes-tests.patch
Patch2: skip_openssl_memleak_test.patch
BuildRequires: %{python_module asn1crypto >= 0.21.0}
BuildRequires: %{python_module cffi >= 1.4.1}
BuildRequires: %{python_module cffi >= 1.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module idna >= 2.1}
BuildRequires: %{python_module pyasn1-modules}