diff options
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 | 3 |
1 files changed, 1 insertions, 2 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..5a1934383e 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 | |||
@@ -14,13 +14,12 @@ SRC_URI = " \ | |||
14 | 14 | ||
15 | inherit ptest setuptools3 | 15 | inherit ptest setuptools3 |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | RDEPENDS:${PN} = "python3-pygobject \ | 18 | RDEPENDS:${PN} = "python3-pygobject \ |
20 | python3-io \ | 19 | python3-io \ |
21 | python3-logging" | 20 | python3-logging" |
22 | 21 | ||
23 | RDEPENDS:${PN}-ptest += "bash" | 22 | RDEPENDS:${PN}-ptest += "bash python3-xml" |
24 | 23 | ||
25 | do_install_ptest() { | 24 | do_install_ptest() { |
26 | install -d ${D}${PTEST_PATH}/tests | 25 | install -d ${D}${PTEST_PATH}/tests |