mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-fastjsonschema: Add missing rdeps for ptests
Allocated 5G RAM to qemu when running the ptest to avoid OOMs Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,9 +17,11 @@ do_install_ptest() {
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
}
|
||||
|
||||
# python3-misc for timeit.py
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
python3-colorama \
|
||||
python3-jsonschema \
|
||||
python3-misc \
|
||||
python3-pylint \
|
||||
python3-pytest \
|
||||
python3-pytest-benchmark \
|
||||
|
||||
Reference in New Issue
Block a user