From 5d53a615098ec46c1180ea458b5ba99598db71a7 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 8 May 2020 11:23:58 +0800 Subject: python3-pydbus: add the missing rdepends Add the missing rdepends to fix below error: # python3 [snip] >>> import pydbus [snip] ModuleNotFoundError: No module named 'socket' ModuleNotFoundError: No module named 'logging' Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit 55190da2eba946319453531021089186bd2dd551) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python') 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 931bc6f7cb..807e7b2de5 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,4 +14,6 @@ inherit pypi setuptools3 S = "${WORKDIR}/pydbus-${PV}" -RDEPENDS_${PN} = "${PYTHON_PN}-pygobject" +RDEPENDS_${PN} = "${PYTHON_PN}-pygobject \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-logging" -- cgit 1.2.3-korg