summaryrefslogtreecommitdiff
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-11 12:09:11 +0100
commita31047bec6b7c368674d4620e70e526ac211b936 (patch)
treef33186bbcbcdc5b81cc3a5c7e7e66e3f96546fb1 /meta/recipes-devtools/python/python3_3.5.5.bb
parenta22789253aa653dc50fb159b40910248c2f98dd4 (diff)
downloadopenembedded-core-a31047bec6b7c368674d4620e70e526ac211b936.tar.gz
openembedded-core-a31047bec6b7c368674d4620e70e526ac211b936.tar.bz2
openembedded-core-a31047bec6b7c368674d4620e70e526ac211b936.zip
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. 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 += "\
file://Use-correct-CFLAGS-for-extensions-when-cross-compili.patch \
file://0002-Makefile-add-target-to-split-profile-generation.patch \
file://float-endian.patch \
+ file://ftplib.patch \
"
SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0"
SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009"