mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
863df3c81f
commit
39e48c8b06
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user