diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 12 |
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": [ |
