From: Mingli Yu Date: Thu, 11 Jun 2020 07:00:43 +0000 (+0800) Subject: python3-dbusmock: add the missing rdepends X-Git-Tag: uninative-2.9~486 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=838863ca3724295c438da05ee61e13d9cda204ae;p=openembedded-core.git python3-dbusmock: add the missing rdepends Add the missing rdepends to fix below error: # python3 [snip] >>> import dbusmock [snip] ModuleNotFoundError: No module named 'unittest' Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.19.bb b/meta/recipes-devtools/python/python3-dbusmock_0.19.bb index 5389e48973..d297dbc1df 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.19.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.19.bb @@ -12,5 +12,6 @@ inherit pypi setuptools3 RDEPENDS_${PN} += "\ ${PYTHON_PN}-dbus \ ${PYTHON_PN}-pygobject \ + ${PYTHON_PN}-unittest \ ${PYTHON_PN}-xml \ "