summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-17 10:06:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commit70f38fa6a74777280f5b1fdd33e1f986d9624847 (patch)
tree01f86ac695cd3db69747e04a1f2968cd1fac4312 /meta/recipes-devtools/python/python3/python3-manifest.json
parent7640c4b57827360de55ca861eb2d4699d3b47b6f (diff)
downloadpoky-70f38fa6a74777280f5b1fdd33e1f986d9624847.tar.gz
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. (From OE-Core rev: 09476b2be0c8a155dc6494442cc3caca97782595) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index d368b162bd..766f083ae4 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1236,6 +1236,18 @@
1236 "${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc" 1236 "${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc"
1237 ] 1237 ]
1238 }, 1238 },
1239 "turtle": {
1240 "summary": "Turtle graphics is a popular way for introducing programming to kids.",
1241 "rdepends": [
1242 "tkinter"
1243 ],
1244 "files": [
1245 "${libdir}/python${PYTHON_MAJMIN}/turtle.py"
1246 ],
1247 "cached": [
1248 "${libdir}/python${PYTHON_MAJMIN}/__pycache__/turtle.*.pyc"
1249 ]
1250 },
1239 "unittest": { 1251 "unittest": {
1240 "summary": "Python unit testing framework", 1252 "summary": "Python unit testing framework",
1241 "rdepends": [ 1253 "rdepends": [