cpython/Lib/statistics.py contains common statistics functions

"""
Basic statistics module.
This module provides functions for calculating statistics of data, including
averages, variance, and standard deviation.
"""

Signed-off-by: Tim Orling <[email protected]>
---
 .../python/python3/python3-manifest.json          | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json 
b/meta/recipes-devtools/python/python3/python3-manifest.json
index 615dc3a5e5d..d65cf49cb8c 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -814,6 +814,7 @@
             "shell",
             "smtpd",
             "sqlite3",
+           "statistics",
             "stringold",
             "syslog",
             "terminal",
@@ -1085,6 +1086,20 @@
         ],
         "cached": []
     },
+    "statistics": {
+       "summary": "Basic statistics module",
+       "rdepends": [
+           "core",
+           "math",
+           "numbers"
+       ],
+       "files": [
+           "${libdir}/python${PYTHON_MAJMIN}/statistics.py"
+       ],
+       "cached": [
+           "${libdir}/python${PYTHON_MAJMIN}/__pycache__/statistics.*.pyc"
+       ]
+    },
     "stringold": {
         "summary": "Python string APIs [deprecated]",
         "rdepends": [
-- 
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#152922): 
https://lists.openembedded.org/g/openembedded-core/message/152922
Mute This Topic: https://lists.openembedded.org/mt/83521209/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to