15
0

Accepting request 682461 from home:mcepl:branches:devel:languages:python

- Fix for compatibility with OpenSSL 1.1.0h by adding the patch
  0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch

OBS-URL: https://build.opensuse.org/request/show/682461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=77
This commit is contained in:
2019-03-07 13:24:45 +00:00
committed by Git OBS Bridge
parent 900620b9a8
commit 2184e314eb
3 changed files with 39 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: MIT
Group: Development/Languages/Python
Url: https://gitlab.com/m2crypto/m2crypto
Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
Patch0: 0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing}
@@ -78,6 +79,7 @@ Documentation for the Crypto and SSL toolkit for Python
%prep
%setup -q -n M2Crypto-%{version}
%autopatch -p1
%build
export CFLAGS="%{optflags}"