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