python3-pydbus: Add bash dependency for ptests

ptest script uses bash

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-04-02 22:29:02 -07:00
parent 3b82b10eec
commit a8b2cdc20e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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/