From: Mingli Yu Date: Thu, 11 Jun 2020 07:00:43 +0000 (+0800) Subject: python3-dbusmock: add the missing rdepends X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=838863ca3724295c438da05ee61e13d9cda204ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 5389e489732..d297dbc1df1 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 \ "