aboutsummaryrefslogtreecommitdiffstats
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 10:54:36 +0000
commiteb80d0391d7d4e83a61ed8850d936b102be3fa02 (patch)
treea95c7a230697d2e5a63a2212d60d165fbe904ab0 /meta/recipes-devtools/python/python3/python3-manifest.json
parent88e12a14540e10718fb2e68f27834d9b7565ab7e (diff)
downloadopenembedded-core-contrib-eb80d0391d7d4e83a61ed8850d936b102be3fa02.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 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
},
"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"