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.

(From OE-Core rev: 30186af3a3c46d9349940d952a0d8d1826b0dd4a)

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bartosz Golaszewski
2023-05-17 10:06:38 +02:00
committed by Richard Purdie
parent ed4ddd6619
commit 7640c4b578

View File

@@ -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": [