summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.10.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-20 15:23:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-21 12:01:41 +0000
commit679cb095f2ec9f90b629521eb9b34ea04f0dc132 (patch)
treea22b2cb9a9e0c5f3e163cb1642e16732b06c803b /meta/recipes-devtools/python/python3_3.10.1.bb
parent2969d72edba050c65172dbea61eac9bf34c8c239 (diff)
downloadpoky-679cb095f2ec9f90b629521eb9b34ea04f0dc132.tar.gz
python3: backport a fix so the test suite passes with OpenSSL 3.0.1
The test suite makes incorrect assumptions about OpenSSL versions post- 3.0, so backport the fix for the test suite. (From OE-Core rev: 2b5e9cfd2c1914d606725029c59cd50cca3d5511) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.10.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.1.bb b/meta/recipes-devtools/python/python3_3.10.1.bb
index 6115ffe5b3..e7ae687177 100644
--- a/meta/recipes-devtools/python/python3_3.10.1.bb
+++ b/meta/recipes-devtools/python/python3_3.10.1.bb
@@ -33,6 +33,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
33 file://makerace.patch \ 33 file://makerace.patch \
34 file://0001-sysconfig.py-use-platlibdir-also-for-purelib.patch \ 34 file://0001-sysconfig.py-use-platlibdir-also-for-purelib.patch \
35 file://0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch \ 35 file://0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch \
36 file://0001-bpo-46114-Fix-OpenSSL-version-check-for-3.0.1-GH-301.patch \
36 " 37 "
37 38
38SRC_URI:append:class-native = " \ 39SRC_URI:append:class-native = " \