]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: add dependency on -compression to -core
authorRoss Burton <ross.burton@arm.com>
Sun, 15 Dec 2024 14:32:47 +0000 (14:32 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 18 Dec 2024 14:41:43 +0000 (06:41 -0800)
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.

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>
meta/recipes-devtools/python/python3/python3-manifest.json

index 46092d40040fa81864acd4e5fcd9f07f1038593c..292c5bbc5da572476367562ad4902177d61e2d99 100644 (file)
     },
     "core": {
         "summary": "Python interpreter and core modules",
-        "rdepends": [],
+        "rdepends": ["compression"],
         "files": [
             "${bindir}/python${PYTHON_MAJMIN}",
             "${bindir}/python${PYTHON_MAJMIN}.real",