2021-02-21 14:40:01 +00:00
committed by Git OBS Bridge
parent d3bad64b2f
commit 9559d22979
4 changed files with 9 additions and 77 deletions

View File

@@ -127,13 +127,7 @@ Patch08: python-3.3.0b1-fix_date_time_compiler.patch
Patch09: python-3.3.0b1-test-posix_fadvise.patch
# Raise timeout value for test_subprocess
Patch15: subprocess-raise-timeout.patch
# skip some tests only for PowerPC
Patch23: skip_random_failing_tests.patch
Patch25: python3-imp-returntype.patch
# PATCH-FIX-UPSTREAM CVE-2019-5010-null-defer-x509-cert-DOS.patch bnc#1122191 mcepl@suse.com
# https://github.com/python/cpython/pull/11569
# Fix segfault in ssl's cert parser
Patch27: CVE-2019-5010-null-defer-x509-cert-DOS.patch
# PATCH-FEATURE-UPSTREAM bpo-31046_ensurepip_honours_prefix.patch bpo#31046 mcepl@suse.com
# ensurepip should honour the value of $(prefix)
Patch29: bpo-31046_ensurepip_honours_prefix.patch
@@ -381,16 +375,12 @@ other applications.
%patch08 -p1
%patch09 -p1
%patch15 -p1
# %%ifarch ppc ppc64 ppc64le
# %%patch23 -p1
# %%endif
%patch25 -p1
%patch27 -p1
%patch29 -p1
%patch32 -p1
%if 0%{?suse_version} <= 1500
# %%if 0%%{?suse_version} <= 1500
%patch33 -p1
%endif
# %%endif
# drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac