diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index f278b18775..f60c83d76b 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
| @@ -152,6 +152,23 @@ | |||
| 152 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/wave.*.pyc" | 152 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/wave.*.pyc" |
| 153 | ] | 153 | ] |
| 154 | }, | 154 | }, |
| 155 | "cgitb": { | ||
| 156 | "summary": "Special exception handler for Python scripts", | ||
| 157 | "rdepends": [ | ||
| 158 | "core", | ||
| 159 | "crypt", | ||
| 160 | "html", | ||
| 161 | "io", | ||
| 162 | "math", | ||
| 163 | "pydoc" | ||
| 164 | ], | ||
| 165 | "files": [ | ||
| 166 | "${libdir}/python${PYTHON_MAJMIN}/cgitb.py" | ||
| 167 | ], | ||
| 168 | "cached": [ | ||
| 169 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/cgitb.*.pyc" | ||
| 170 | ] | ||
| 171 | }, | ||
| 155 | "codecs": { | 172 | "codecs": { |
| 156 | "summary": "Python codec", | 173 | "summary": "Python codec", |
| 157 | "rdepends": [ | 174 | "rdepends": [ |
