Accepting request 526160 from home:vitezslav_cizek:branches:devel:languages:python:Factory

- Fix test broken with OpenSSL 1.1 (bsc#1042670)
  * add 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch

OBS-URL: https://build.opensuse.org/request/show/526160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=208
This commit is contained in:
Jan Matejek
2017-09-19 14:28:25 +00:00
committed by Git OBS Bridge
parent 0b843a9f57
commit 7cbe1492c5
5 changed files with 72 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Patch36: python-2.7.13-overflow_check.patch
Patch37: python-2.7.12-makeopcode.patch
# PATCH-FIX-UPSTREAM bmwiedemann@suse.de -- allow python packages to build reproducibly
Patch38: reproducible.patch
Patch39: 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch
# COMMON-PATCH-END
Provides: pyth_doc
Provides: pyth_ps
@@ -110,6 +111,7 @@ Python, and Macintosh Module Reference in PDF format.
%patch36 -p1
%patch37 -p1
%patch38 -p1
%patch39 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac