summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.5.5.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-09-10 14:31:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-13 07:42:28 +0100
commite0fb62596f1704a9656ff46231b9fac896ad13b2 (patch)
tree77d2463bbf3faaa605bce5dcaf46c047e4dc5a07 /meta/recipes-devtools/python/python3_3.5.5.bb
parenta8948584c1bfec41611596fa24a984ae503e9375 (diff)
downloadpoky-e0fb62596f1704a9656ff46231b9fac896ad13b2.tar.gz
python3: fix ftplib with TLS 1.3
With OpenSSL 1.1.x TLS 1.3 can be used, so backport a patch from Python 3.6 to fix the ftplib unit test. (From OE-Core rev: a31047bec6b7c368674d4620e70e526ac211b936) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.5.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb
index 40896dbc08..93878e4e45 100644
--- a/meta/recipes-devtools/python/python3_3.5.5.bb
+++ b/meta/recipes-devtools/python/python3_3.5.5.bb
@@ -42,6 +42,7 @@ SRC_URI += "\
42 file://Use-correct-CFLAGS-for-extensions-when-cross-compili.patch \ 42 file://Use-correct-CFLAGS-for-extensions-when-cross-compili.patch \
43 file://0002-Makefile-add-target-to-split-profile-generation.patch \ 43 file://0002-Makefile-add-target-to-split-profile-generation.patch \
44 file://float-endian.patch \ 44 file://float-endian.patch \
45 file://ftplib.patch \
45 " 46 "
46SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0" 47SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0"
47SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009" 48SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009"