summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
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": [