diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-04-02 22:29:02 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-03 17:44:22 -0700 |
| commit | fa235b26a8181dcc9f995aa53467f2f9c4ac5ea3 (patch) | |
| tree | 4bed9fe9fbea6bb817911855d0e91c3132dde011 /meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |
| parent | f72656aa1457ce80017ac1acad7c46f947f6530f (diff) | |
| download | meta-openembedded-fa235b26a8181dcc9f995aa53467f2f9c4ac5ea3.tar.gz | |
python3-pydbus: Add bash dependency for ptests
ptest script uses bash
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 2 |
1 files changed, 2 insertions, 0 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 7962c4322b..7399ae1a01 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,6 +20,8 @@ RDEPENDS:${PN} = "python3-pygobject \ | |||
| 20 | python3-io \ | 20 | python3-io \ |
| 21 | python3-logging" | 21 | python3-logging" |
| 22 | 22 | ||
| 23 | RDEPENDS:${PN}-ptests = "bash" | ||
| 24 | |||
| 23 | do_install_ptest() { | 25 | do_install_ptest() { |
| 24 | install -d ${D}${PTEST_PATH}/tests | 26 | install -d ${D}${PTEST_PATH}/tests |
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 27 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
