Accepting request 529889 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/529889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2017-10-02 14:48:12 +00:00 committed by Git OBS Bridge
commit 31c7e28484
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}