summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-30 12:22:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:27 +0000
commit39e48c8b066518909ea647bb3168243061fc1414 (patch)
tree4208257e1662982bd6fc9ea67b49c19de3245ba8 /meta/recipes-devtools/python/python3/python3-manifest.json
parent863df3c81f3f9786924c98aad01d1219c540fb26 (diff)
downloadpoky-39e48c8b066518909ea647bb3168243061fc1414.tar.gz
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 <derek@asterius.io> 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/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json8
1 files changed, 4 insertions, 4 deletions
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 @@
797 }, 797 },
798 "numbers": { 798 "numbers": {
799 "cached": [ 799 "cached": [
800 "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc",
800 "${libdir}/python3.5/__pycache__/decimal.*.pyc", 801 "${libdir}/python3.5/__pycache__/decimal.*.pyc",
801 "${libdir}/python3.5/__pycache__/fractions.*.pyc", 802 "${libdir}/python3.5/__pycache__/fractions.*.pyc",
802 "${libdir}/python3.5/__pycache__/numbers.*.pyc", 803 "${libdir}/python3.5/__pycache__/numbers.*.pyc"
803 "${libdir}/python3.5/__pycache__/_pydecimal.*.pyc"
804 ], 804 ],
805 "files": [ 805 "files": [
806 "${libdir}/python3.5/_pydecimal.py",
806 "${libdir}/python3.5/decimal.py", 807 "${libdir}/python3.5/decimal.py",
807 "${libdir}/python3.5/fractions.py", 808 "${libdir}/python3.5/fractions.py",
808 "${libdir}/python3.5/lib-dynload/_decimal.*.so", 809 "${libdir}/python3.5/lib-dynload/_decimal.*.so",
809 "${libdir}/python3.5/numbers.py", 810 "${libdir}/python3.5/numbers.py"
810 "${libdir}/python3.5/_pydecimal.py"
811 ], 811 ],
812 "rdepends": [ 812 "rdepends": [
813 "core" 813 "core"