From cdea0085a3c1a54d8dc73ec140ea934d17423eb8 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Fri, 29 Nov 2024 19:27:20 +0100 Subject: python: backport patches to support openssl 3.4.0 https://github.com/python/cpython/pull/127331 https://github.com/python/cpython/pull/127361 (From OE-Core rev: e5f3a1793e34fb4cd1e53ca60b67f9a9f084b7a6) Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.13.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python3_3.13.0.bb') diff --git a/meta/recipes-devtools/python/python3_3.13.0.bb b/meta/recipes-devtools/python/python3_3.13.0.bb index a393b5e4a0..b3170879b9 100644 --- a/meta/recipes-devtools/python/python3_3.13.0.bb +++ b/meta/recipes-devtools/python/python3_3.13.0.bb @@ -31,6 +31,8 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ file://0001-test_active_children-skip-problematic-test.patch \ file://0001-test_readline-skip-limited-history-test.patch \ file://fix-armv5.patch \ + file://0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch \ + file://0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch \ " SRC_URI:append:class-native = " \ -- cgit v1.2.3-54-g00ecf