summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-06-11 15:00:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-15 14:53:46 +0100
commitc878ec329c4c782f7dd969d31dfae6034304236d (patch)
tree0e2d1c4ce15e1368ff2d57abd03bc11643745d38 /meta
parentca13b87d34f5ac54f06aa884d3cf03b4dafca56c (diff)
downloadpoky-c878ec329c4c782f7dd969d31dfae6034304236d.tar.gz
python3-dbusmock: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import dbusmock [snip] ModuleNotFoundError: No module named 'unittest' (From OE-Core rev: 838863ca3724295c438da05ee61e13d9cda204ae) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.19.bb1
1 files changed, 1 insertions, 0 deletions
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
12RDEPENDS_${PN} += "\ 12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-dbus \ 13 ${PYTHON_PN}-dbus \
14 ${PYTHON_PN}-pygobject \ 14 ${PYTHON_PN}-pygobject \
15 ${PYTHON_PN}-unittest \
15 ${PYTHON_PN}-xml \ 16 ${PYTHON_PN}-xml \
16 " 17 "