summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-08 15:04:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-08 16:04:12 +0100
commitbbe137b05bc4e480348045a0c2a6e616b7aabb6a (patch)
treea3a2be5a56d801530b464a5f28ce944b9a57a96a /meta/recipes-devtools/python/python
parent9c59169d3e2b45cb9a0e27a56e0ed6f6cf9f30c1 (diff)
downloadpoky-bbe137b05bc4e480348045a0c2a6e616b7aabb6a.tar.gz
python: fix patch headers
(From OE-Core rev: 5aba4b7540a71908a5e1086f444b2f205ba5829d) 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/python')
-rw-r--r--meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch4
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
7Skip test_load_dh_params() of test_ssl when Python filesystem encoding 7Skip test_load_dh_params() of test_ssl when Python filesystem encoding
8cannot encode the provided path. 8cannot encode the provided path.
9 9
10Upstream-Status: 10Upstream-Status: Backport [https://github.com/python/cpython/commit/19f6bd06af3c7fc0db5f96878aaa68f5589ff13e]
11Backport[https://github.com/python/cpython/commit/19f6bd06af3c7fc0db5f96878aaa68f5589ff13e]
12
13Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> 11Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
14--- 12---
15 Lib/test/test_ssl.py | 9 ++++++++- 13 Lib/test/test_ssl.py | 9 ++++++++-