diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-29 10:12:45 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 10:59:39 -0800 |
| commit | f8befdbe18cb181df69dc84e931319d0397f2960 (patch) | |
| tree | 1fb66645508b825eff240ff3ec0214b7e5124582 /meta-python | |
| parent | fdab9ca9fe1b7407880a4138398a7eb09e319162 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema_2.18.0.bb | 1 |
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 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 += "\ | |||
| 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 | " |
| 32 | RDEPENDS:${PN} += "\ | 33 | RDEPENDS:${PN} += "\ |
