mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
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:
committed by
Richard Purdie
parent
83c329ed86
commit
ed4ddd6619
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user