diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-09-10 14:31:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 12:09:11 +0100 |
| commit | a31047bec6b7c368674d4620e70e526ac211b936 (patch) | |
| tree | f33186bbcbcdc5b81cc3a5c7e7e66e3f96546fb1 /meta/recipes-devtools/python/python3_3.5.5.bb | |
| parent | a22789253aa653dc50fb159b40910248c2f98dd4 (diff) | |
| download | openembedded-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.bb | 1 |
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" |
