From 4eab00f35aedfa964deb1babe0839b6b7cc972f0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Aug 2023 08:42:03 -0700 Subject: python3-lz4: Add missing rdeps needed for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb index 2d6663fc86..9d31ab68c2 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb @@ -15,7 +15,14 @@ SRC_URI[sha256sum] = "e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea4 inherit pkgconfig pypi python_setuptools_build_meta ptest -RDEPENDS:${PN}-ptest += "python3-pytest python3-multiprocessing python3-psutil" +RDEPENDS:${PN}-ptest += "\ + python3-coverage \ + python3-pytest \ + python3-pytest-cov \ + python3-pytest-runner \ + python3-multiprocessing \ + python3-psutil \ +" do_install_ptest() { cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ -- cgit v1.2.3-54-g00ecf