From a8b2cdc20e184365701bcd8316956fd3fabf6425 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Apr 2024 22:29:02 -0700 Subject: python3-pydbus: Add bash dependency for ptests ptest script uses bash Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 7962c4322..7399ae1a0 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb @@ -20,6 +20,8 @@ RDEPENDS:${PN} = "python3-pygobject \ python3-io \ python3-logging" +RDEPENDS:${PN}-ptests = "bash" + do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -- cgit v1.2.3-54-g00ecf