summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-29 10:12:45 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-29 10:59:39 -0800
commitf8befdbe18cb181df69dc84e931319d0397f2960 (patch)
tree1fb66645508b825eff240ff3ec0214b7e5124582
parentfdab9ca9fe1b7407880a4138398a7eb09e319162 (diff)
downloadmeta-openembedded-f8befdbe18cb181df69dc84e931319d0397f2960.tar.gz
python3-fastjsonschema: Add missing ptest deps
Fixes INTERNALERROR> File "/usr/lib/python3.12/site-packages/pytest_benchmark/stats.py", line 5, in <module> INTERNALERROR> import statistics INTERNALERROR> ModuleNotFoundError: No module named 'statistics' Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb
index 6b74f7260..b2e969c5c 100644
--- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb
@@ -27,6 +27,7 @@ RDEPENDS:${PN}-ptest += "\
27 python3-pytest \ 27 python3-pytest \
28 python3-pytest-benchmark \ 28 python3-pytest-benchmark \
29 python3-pytest-cache \ 29 python3-pytest-cache \
30 python3-statistics \
30 python3-unittest-automake-output \ 31 python3-unittest-automake-output \
31" 32"
32RDEPENDS:${PN} += "\ 33RDEPENDS:${PN} += "\