summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
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-09-26 06:58:28 -0700
commit5b86e4dc514fd93823d8dccca7589ee505caaf85 (patch)
tree03da2e137fb1347ddbc7057c2e1d8f87961697e1 /meta-python/recipes-devtools/python
parenta2bd05f9ecd77150d0949f27397453f949d7362e (diff)
downloadmeta-openembedded-5b86e4dc514fd93823d8dccca7589ee505caaf85.tar.gz
python3-pydbus: Add missing rdep on xml module for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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