summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-12-15 14:32:47 +0000
committerSteve Sakoman <steve@sakoman.com>2024-12-23 05:46:32 -0800
commitc75016dcf38e9d8b18a78687f0e3bb250282a0e1 (patch)
treec20483403378793997d1befd6ffc6cf326ad6f09 /meta/recipes-devtools/python
parenta56d901283368109c94068749c7356724d839113 (diff)
downloadpoky-c75016dcf38e9d8b18a78687f0e3bb250282a0e1.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 46092d4004..292c5bbc5d 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -216,7 +216,7 @@
216 }, 216 },
217 "core": { 217 "core": {
218 "summary": "Python interpreter and core modules", 218 "summary": "Python interpreter and core modules",
219 "rdepends": [], 219 "rdepends": ["compression"],
220 "files": [ 220 "files": [
221 "${bindir}/python${PYTHON_MAJMIN}", 221 "${bindir}/python${PYTHON_MAJMIN}",
222 "${bindir}/python${PYTHON_MAJMIN}.real", 222 "${bindir}/python${PYTHON_MAJMIN}.real",