summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-17 10:06:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commit7640c4b57827360de55ca861eb2d4699d3b47b6f (patch)
treecb2440adef16cc8e985b68a7b737236be30973c8 /meta/recipes-devtools/python/python3/python3-manifest.json
parented4ddd661981d60bdb4cbb63b9f57834e6b94d1d (diff)
downloadpoky-7640c4b57827360de55ca861eb2d4699d3b47b6f.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index f60c83d76b..d368b162bd 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1321,6 +1321,19 @@
1321 ], 1321 ],
1322 "cached": [] 1322 "cached": []
1323 }, 1323 },
1324 "zipapp": {
1325 "summary": "Tools to manage the creation of zip files containing Python code",
1326 "rdepends": [
1327 "compression",
1328 "core"
1329 ],
1330 "files": [
1331 "${libdir}/python${PYTHON_MAJMIN}/zipapp.py"
1332 ],
1333 "cached": [
1334 "${libdir}/python${PYTHON_MAJMIN}/__pycache__/zipapp.*.pyc"
1335 ]
1336 },
1324 "zoneinfo": { 1337 "zoneinfo": {
1325 "summary": "IANA time zone support", 1338 "summary": "IANA time zone support",
1326 "rdepends": [ 1339 "rdepends": [