From c0ef92b69de7e0042eacf6d8b8fcd27b13c29c1bd65589ce9497d21c0da7299d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 20 May 2022 15:53:49 +0000 Subject: [PATCH] Adjust SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=100 --- python39.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python39.spec b/python39.spec index 5ae881c..50a5254 100644 --- a/python39.spec +++ b/python39.spec @@ -151,6 +151,9 @@ Patch33: no-skipif-doctests.patch # PATCH-FIX-SLE skip-test_pyobject_freed_is_freed.patch mcepl@suse.com # skip a test failing on SLE-15 Patch34: skip-test_pyobject_freed_is_freed.patch +# PATCH-FIX-UPSTREAM support-expat-245.patch jsc#SLE-21253 mcepl@suse.com +# Makes Python resilient to changes of API of libexpat +Patch35: support-expat-245.patch BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: fdupes @@ -410,6 +413,7 @@ other applications. %if %{with mpdecimal} %patch05 -p1 %endif +%patch35 -p1 # drop Autoconf version requirement sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac