python3-manifest: cgitb: new package

Extend the manifest with definitions for the cgitb 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: b9428ccad6238e33dc7bb344e06f4f8cf73b2ef8)

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:37 +02:00
committed by Richard Purdie
parent 83c329ed86
commit ed4ddd6619

View File

@@ -152,6 +152,23 @@
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/wave.*.pyc"
]
},
"cgitb": {
"summary": "Special exception handler for Python scripts",
"rdepends": [
"core",
"crypt",
"html",
"io",
"math",
"pydoc"
],
"files": [
"${libdir}/python${PYTHON_MAJMIN}/cgitb.py"
],
"cached": [
"${libdir}/python${PYTHON_MAJMIN}/__pycache__/cgitb.*.pyc"
]
},
"codecs": {
"summary": "Python codec",
"rdepends": [