From 39e48c8b066518909ea647bb3168243061fc1414 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 30 Jan 2018 12:22:49 -0500 Subject: python3: update target and native recipes to 3.5.4 Use the latest 3.5 version until the 3.6 migration is complete Removed the following upstreamed patches: - python3/Fix-29519-weakref-spewing-exceptions-during-interp-f.patch - python3/upstream-random-fixes.patch Rebased the following pathes: - python3/0001-cross-compile-support.patch Regenerated the manifest based on the latest release version Updated the license checksum for the latest version that updated the copyright dates (From OE-Core rev: eb80d0391d7d4e83a61ed8850d936b102be3fa02) Signed-off-by: Derek Straka Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3/python3-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json') diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 5b7b70b346..b11756926b 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -797,17 +797,17 @@ }, "numbers": { "cached": [ + "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc", "${libdir}/python3.5/__pycache__/decimal.*.pyc", "${libdir}/python3.5/__pycache__/fractions.*.pyc", - "${libdir}/python3.5/__pycache__/numbers.*.pyc", - "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc" + "${libdir}/python3.5/__pycache__/numbers.*.pyc" ], "files": [ + "${libdir}/python3.5/_pydecimal.py", "${libdir}/python3.5/decimal.py", "${libdir}/python3.5/fractions.py", "${libdir}/python3.5/lib-dynload/_decimal.*.so", - "${libdir}/python3.5/numbers.py", - "${libdir}/python3.5/_pydecimal.py" + "${libdir}/python3.5/numbers.py" ], "rdepends": [ "core" -- cgit v1.2.3-54-g00ecf