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>
This commit is contained in:
Khem Raj 2024-02-29 10:12:45 -08:00
parent fdab9ca9fe
commit f8befdbe18
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,6 +27,7 @@ RDEPENDS:${PN}-ptest += "\
python3-pytest \
python3-pytest-benchmark \
python3-pytest-cache \
python3-statistics \
python3-unittest-automake-output \
"
RDEPENDS:${PN} += "\