From f8befdbe18cb181df69dc84e931319d0397f2960 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Feb 2024 10:12:45 -0800 Subject: python3-fastjsonschema: Add missing ptest deps Fixes INTERNALERROR> File "/usr/lib/python3.12/site-packages/pytest_benchmark/stats.py", line 5, in INTERNALERROR> import statistics INTERNALERROR> ModuleNotFoundError: No module named 'statistics' Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb') 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 6b74f7260c..b2e969c5c1 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 += "\ python3-pytest \ python3-pytest-benchmark \ python3-pytest-cache \ + python3-statistics \ python3-unittest-automake-output \ " RDEPENDS:${PN} += "\ -- cgit v1.2.3-54-g00ecf