From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:39 +0000 (+0200) Subject: python3-manifest: turtle: new package X-Git-Tag: uninative-3.10~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09476b2be0c8a155dc6494442cc3caca97782595;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-manifest: turtle: new package Extend the manifest with definitions for the turtle package from the Python standard library. Currently this package cannot be imported at run-time because python3-misc doesn't pull the required dependencies. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index d368b162bd2..766f083ae49 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -1236,6 +1236,18 @@ "${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc" ] }, + "turtle": { + "summary": "Turtle graphics is a popular way for introducing programming to kids.", + "rdepends": [ + "tkinter" + ], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/turtle.py" + ], + "cached": [ + "${libdir}/python${PYTHON_MAJMIN}/__pycache__/turtle.*.pyc" + ] + }, "unittest": { "summary": "Python unit testing framework", "rdepends": [