14
0

- Add patch to fix issues with openssl 1.1.1:

* openssl-1.1.1.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2018-10-30 11:24:49 +00:00
committed by Git OBS Bridge
parent d244c67d99
commit 70eff89ff9
4 changed files with 234 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ URL: https://github.com/pyca/pyopenssl
Source: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
Patch1: skip-networked-test.patch
Patch2: openssl-1.1.0i.patch
Patch3: fix_test_suite.patch
Patch3: openssl-1.1.1.patch
BuildRequires: %{python_module cryptography >= 2.3.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pretend}