mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python3: add dependency on -compression to -core
importlib.metadata is part of -core, but that will import zipfile which is part of -compression. Obviously this shows that our packaging of the Python modules is not optimal. I plan to follow up with a redesign of the splitting which focuses on simply pulling out the larger or esoteric modules and having a more featureful core. (From OE-Core rev: 05166eafb99cf8c7adb6879277069ab384a2f8df) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
a56d901283
commit
c75016dcf3
@@ -216,7 +216,7 @@
|
||||
},
|
||||
"core": {
|
||||
"summary": "Python interpreter and core modules",
|
||||
"rdepends": [],
|
||||
"rdepends": ["compression"],
|
||||
"files": [
|
||||
"${bindir}/python${PYTHON_MAJMIN}",
|
||||
"${bindir}/python${PYTHON_MAJMIN}.real",
|
||||
|
||||
Reference in New Issue
Block a user