diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 829 | "stringold", | 829 | "stringold", |
| 830 | "syslog", | 830 | "syslog", |
| 831 | "terminal", | 831 | "terminal", |
| 832 | "tomllib", | ||
| 832 | "threading", | 833 | "threading", |
| 833 | "tkinter", | 834 | "tkinter", |
| 834 | "unittest", | 835 | "unittest", |
| @@ -1179,6 +1180,22 @@ | |||
| 1179 | ], | 1180 | ], |
| 1180 | "cached": [] | 1181 | "cached": [] |
| 1181 | }, | 1182 | }, |
| 1183 | "tomllib": { | ||
| 1184 | "summary": "Provides an interface for parsing TOML", | ||
| 1185 | "rdepends": [ | ||
| 1186 | "core", | ||
| 1187 | "datetime", | ||
| 1188 | "stringold" | ||
| 1189 | ], | ||
| 1190 | "files": [ | ||
| 1191 | "${libdir}/python${PYTHON_MAJMIN}/tomllib/" | ||
| 1192 | ], | ||
| 1193 | "cached": [ | ||
| 1194 | "${libdir}/python${PYTHON_MAJMIN}/tomllib/_re.*.pyc", | ||
| 1195 | "${libdir}/python${PYTHON_MAJMIN}/tomllib/_types.*.pyc", | ||
| 1196 | "${libdir}/python${PYTHON_MAJMIN}/tomllib/_parser.*.pyc" | ||
| 1197 | ] | ||
| 1198 | }, | ||
| 1182 | "unittest": { | 1199 | "unittest": { |
| 1183 | "summary": "Python unit testing framework", | 1200 | "summary": "Python unit testing framework", |
| 1184 | "rdepends": [ | 1201 | "rdepends": [ |
