python3-manifest: add tomllib

Add the TOML parsing module from the standard library to the manifest.

(From OE-Core rev: b6f2ca4713447710f5ce29261d1009c3574af721)

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bartosz Golaszewski
2023-04-13 11:15:55 +02:00
committed by Richard Purdie
parent 3c12f99c35
commit 28b08e55b3

View File

@@ -829,6 +829,7 @@
"stringold",
"syslog",
"terminal",
"tomllib",
"threading",
"tkinter",
"unittest",
@@ -1179,6 +1180,22 @@
],
"cached": []
},
"tomllib": {
"summary": "Provides an interface for parsing TOML",
"rdepends": [
"core",
"datetime",
"stringold"
],
"files": [
"${libdir}/python${PYTHON_MAJMIN}/tomllib/"
],
"cached": [
"${libdir}/python${PYTHON_MAJMIN}/tomllib/_re.*.pyc",
"${libdir}/python${PYTHON_MAJMIN}/tomllib/_types.*.pyc",
"${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc"
]
},
"unittest": {
"summary": "Python unit testing framework",
"rdepends": [