- Add patch sphinx-update-removed-function.patch to no longer call

a now removed function and to make documentation build independent of
  the Sphinx version (gh#python/cpython#13236).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=36
This commit is contained in:
2020-12-05 16:56:36 +00:00
committed by Git OBS Bridge
parent d75e173524
commit b21b787dc9
3 changed files with 39 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ Patch29: bpo-31046_ensurepip_honours_prefix.patch
# PATCH-FIX-UPSTREAM bsc1167501-invalid-alignment.patch gh#python/cpython#19133 mcepl@suse.com
# Fix wrong misalignment of pointer to vectorcallfunc
Patch31: bsc1167501-invalid-alignment.patch
# PATCH-FIX-UPSTREAM stop calling removed Sphinx function gh#python/cpython#13236
Patch32: sphinx-update-removed-function.patch
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gmp-devel
@@ -395,6 +397,7 @@ other applications.
%patch27 -p1
%patch29 -p1
%patch31 -p1
%patch32 -p1
# drop Autoconf version requirement
sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac