mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
python3-pydbus: Add missing rdep on xml module for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ RDEPENDS:${PN} = "python3-pygobject \
|
||||
python3-io \
|
||||
python3-logging"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "bash"
|
||||
RDEPENDS:${PN}-ptest += "bash python3-xml"
|
||||
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/tests
|
||||
|
||||
Reference in New Issue
Block a user