From: Bartosz Golaszewski <[email protected]> Add the TOML parsing module from the standard library to the manifest.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../python/python3/python3-manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 498402af42..9e91270a50 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -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": [ -- 2.37.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#179964): https://lists.openembedded.org/g/openembedded-core/message/179964 Mute This Topic: https://lists.openembedded.org/mt/98237118/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
