summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-24 10:43:21 -0700
committerKhem Raj <raj.khem@gmail.com>2024-11-19 13:13:21 -0800
commitf87930c19e752f6e2b0a7f24cfe2d27644808d7a (patch)
treee5bf706e2497d745bca334f04f61f9073a6ebdb5
parent18a539db10ab72ea5402c78864266a03ca4fe28c (diff)
downloadmeta-openembedded-f87930c19e752f6e2b0a7f24cfe2d27644808d7a.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb2
1 files changed, 1 insertions, 1 deletions
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 5754fd2adf..cfdacf53bb 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,7 +20,7 @@ RDEPENDS:${PN} = "python3-pygobject \
20 python3-io \ 20 python3-io \
21 python3-logging" 21 python3-logging"
22 22
23RDEPENDS:${PN}-ptest += "bash" 23RDEPENDS:${PN}-ptest += "bash python3-xml"
24 24
25do_install_ptest() { 25do_install_ptest() {
26 install -d ${D}${PTEST_PATH}/tests 26 install -d ${D}${PTEST_PATH}/tests