summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb8
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 ac9b8e8ab..7962c4322 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
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ 19RDEPENDS:${PN} = "python3-pygobject \
20 ${PYTHON_PN}-io \ 20 python3-io \
21 ${PYTHON_PN}-logging" 21 python3-logging"
22 22
23do_install_ptest() { 23do_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}