14
0

- Add patch fix_test_suite.patch to allow test suite to pass with

OpenSSL 1.1.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=50
This commit is contained in:
2018-10-30 00:07:19 +00:00
committed by Git OBS Bridge
parent d8c9bd5a3e
commit d244c67d99
3 changed files with 36 additions and 0 deletions

View File

@@ -28,6 +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
BuildRequires: %{python_module cryptography >= 2.3.0}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module pretend}