From 838863ca3724295c438da05ee61e13d9cda204ae Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 11 Jun 2020 15:00:43 +0800 Subject: 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 --- meta/recipes-devtools/python/python3-dbusmock_0.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') 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 \ " -- cgit 1.2.3-korg