14
0

Accepting request 725286 from home:bmwiedemann:branches:devel:languages:python

Add fix-compilation-2020.patch to fix tests after 2020-01-01

submitted upstream https://github.com/pyca/pyopenssl/pull/828

OBS-URL: https://build.opensuse.org/request/show/725286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=67
This commit is contained in:
Tomáš Chvátal
2019-08-22 13:33:38 +00:00
committed by Git OBS Bridge
parent a01dbc1b99
commit 4fa5af5e20
3 changed files with 566 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Group: Development/Languages/Python
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: fix-compilation-2020.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module cryptography >= 2.3.0}
BuildRequires: %{python_module flaky}