From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:38 +0000 (+0200) Subject: python3-manifest: zipapp: new package X-Git-Tag: uninative-3.10~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30186af3a3c46d9349940d952a0d8d1826b0dd4a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-manifest: zipapp: new package Extend the manifest with definitions for the zipapp package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index f60c83d76bb..d368b162bd2 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1321,6 +1321,19 @@ ], "cached": [] }, + "zipapp": { + "summary": "Tools to manage the creation of zip files containing Python code", + "rdepends": [ + "compression", + "core" + ], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/zipapp.py" + ], + "cached": [ + "${libdir}/python${PYTHON_MAJMIN}/__pycache__/zipapp.*.pyc" + ] + }, "zoneinfo": { "summary": "IANA time zone support", "rdepends": [