diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 10:43:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:21 -0800 |
commit | f87930c19e752f6e2b0a7f24cfe2d27644808d7a (patch) | |
tree | e5bf706e2497d745bca334f04f61f9073a6ebdb5 | |
parent | 18a539db10ab72ea5402c78864266a03ca4fe28c (diff) | |
download | meta-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.bb | 2 |
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 | ||
23 | RDEPENDS:${PN}-ptest += "bash" | 23 | RDEPENDS:${PN}-ptest += "bash python3-xml" |
24 | 24 | ||
25 | do_install_ptest() { | 25 | do_install_ptest() { |
26 | install -d ${D}${PTEST_PATH}/tests | 26 | install -d ${D}${PTEST_PATH}/tests |