mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7640c4b578
commit
70f38fa6a7
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user