diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 615dc3a5e5..d65cf49cb8 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
| @@ -814,6 +814,7 @@ | |||
| 814 | "shell", | 814 | "shell", |
| 815 | "smtpd", | 815 | "smtpd", |
| 816 | "sqlite3", | 816 | "sqlite3", |
| 817 | "statistics", | ||
| 817 | "stringold", | 818 | "stringold", |
| 818 | "syslog", | 819 | "syslog", |
| 819 | "terminal", | 820 | "terminal", |
| @@ -1085,6 +1086,20 @@ | |||
| 1085 | ], | 1086 | ], |
| 1086 | "cached": [] | 1087 | "cached": [] |
| 1087 | }, | 1088 | }, |
| 1089 | "statistics": { | ||
| 1090 | "summary": "Basic statistics module", | ||
| 1091 | "rdepends": [ | ||
| 1092 | "core", | ||
| 1093 | "math", | ||
| 1094 | "numbers" | ||
| 1095 | ], | ||
| 1096 | "files": [ | ||
| 1097 | "${libdir}/python${PYTHON_MAJMIN}/statistics.py" | ||
| 1098 | ], | ||
| 1099 | "cached": [ | ||
| 1100 | "${libdir}/python${PYTHON_MAJMIN}/__pycache__/statistics.*.pyc" | ||
| 1101 | ] | ||
| 1102 | }, | ||
| 1088 | "stringold": { | 1103 | "stringold": { |
| 1089 | "summary": "Python string APIs [deprecated]", | 1104 | "summary": "Python string APIs [deprecated]", |
| 1090 | "rdepends": [ | 1105 | "rdepends": [ |
