- Add incorrect-deprecation-warn-asyncio.patch to fix bpo#45097

(from gh#python/cpython#28153) to remove incorrect deprecation
  warnings in asyncio.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=86
This commit is contained in:
2021-10-30 12:44:12 +00:00
committed by Git OBS Bridge
parent 90e6506490
commit 415beff858
3 changed files with 725 additions and 0 deletions

View File

@@ -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 incorrect-deprecation-warn-asyncio.patch bpo#45097 mcepl@suse.com
# Remove incorrect deprecation warnings in asyncio
Patch35: incorrect-deprecation-warn-asyncio.patch
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: fdupes
@@ -408,6 +411,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