]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix ftplib with TLS 1.3
authorRoss Burton <ross.burton@intel.com>
Mon, 10 Sep 2018 13:31:20 +0000 (14:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Sep 2018 11:09:11 +0000 (12:09 +0100)
commita31047bec6b7c368674d4620e70e526ac211b936
treef33186bbcbcdc5b81cc3a5c7e7e66e3f96546fb1
parenta22789253aa653dc50fb159b40910248c2f98dd4
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>
meta/recipes-devtools/python/python3/ftplib.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.5.bb