diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 12:35:42 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 16:02:38 -0700 |
| commit | 0bc332a0418281a20435f7fa3c712ad1e1807337 (patch) | |
| tree | 96c382d4e708a90d9d6259d7285c044988e407f6 /meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb | |
| parent | dad0bbf8b19989769fbf1d7e8982bc99c4686b9d (diff) | |
| download | meta-openembedded-0bc332a0418281a20435f7fa3c712ad1e1807337.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastjsonschema_2.20.0.bb')
| -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 \ |
