diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb index 0524a73b67..4dd9444a9a 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb | |||
@@ -17,9 +17,11 @@ do_install_ptest() { | |||
17 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 17 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
18 | } | 18 | } |
19 | 19 | ||
20 | # python3-misc for timeit.py | ||
20 | RDEPENDS:${PN}-ptest += "\ | 21 | RDEPENDS:${PN}-ptest += "\ |
21 | python3-colorama \ | 22 | python3-colorama \ |
22 | python3-jsonschema \ | 23 | python3-jsonschema \ |
24 | python3-misc \ | ||
23 | python3-pylint \ | 25 | python3-pylint \ |
24 | python3-pytest \ | 26 | python3-pytest \ |
25 | python3-pytest-benchmark \ | 27 | python3-pytest-benchmark \ |