diff options
author | Ross Burton <ross.burton@intel.com> | 2018-10-08 15:04:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-08 16:04:07 +0100 |
commit | 5aba4b7540a71908a5e1086f444b2f205ba5829d (patch) | |
tree | 0f55fe569dba61e38a737c7c9464144a33245d01 | |
parent | cf634b35e866daacb427ab4c10d5adadaac3718b (diff) | |
download | openembedded-core-5aba4b7540a71908a5e1086f444b2f205ba5829d.tar.gz openembedded-core-5aba4b7540a71908a5e1086f444b2f205ba5829d.tar.bz2 openembedded-core-5aba4b7540a71908a5e1086f444b2f205ba5829d.zip |
python: fix patch headers
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch b/meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch index 776bbdcf7a..4c0b3577b2 100644 --- a/meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch +++ b/meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch @@ -7,9 +7,7 @@ Subject: [PATCH] bpo-33354: Fix test_ssl when a filename cannot be encoded Skip test_load_dh_params() of test_ssl when Python filesystem encoding cannot encode the provided path. -Upstream-Status: -Backport[https://github.com/python/cpython/commit/19f6bd06af3c7fc0db5f96878aaa68f5589ff13e] - +Upstream-Status: Backport [https://github.com/python/cpython/commit/19f6bd06af3c7fc0db5f96878aaa68f5589ff13e] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> --- Lib/test/test_ssl.py | 9 ++++++++- |