diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 10:43:21 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
| commit | 5b86e4dc514fd93823d8dccca7589ee505caaf85 (patch) | |
| tree | 03da2e137fb1347ddbc7057c2e1d8f87961697e1 /meta-python/recipes-devtools/python | |
| parent | a2bd05f9ecd77150d0949f27397453f949d7362e (diff) | |
| download | meta-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.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 |
