diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 8 |
1 files changed, 4 insertions, 4 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 ac9b8e8aba..7962c4322b 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 | |||
| @@ -16,11 +16,11 @@ inherit ptest setuptools3 | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ | 19 | RDEPENDS:${PN} = "python3-pygobject \ |
| 20 | ${PYTHON_PN}-io \ | 20 | python3-io \ |
| 21 | ${PYTHON_PN}-logging" | 21 | python3-logging" |
| 22 | 22 | ||
| 23 | do_install_ptest() { | 23 | do_install_ptest() { |
| 24 | install -d ${D}${PTEST_PATH}/tests | 24 | install -d ${D}${PTEST_PATH}/tests |
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 26 | } \ No newline at end of file | 26 | } |
