From: Mingli Yu <[email protected]> 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 <[email protected]> --- meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 931bc6f..807e7b2 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" -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84253): https://lists.openembedded.org/g/openembedded-devel/message/84253 Mute This Topic: https://lists.openembedded.org/mt/74065977/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
