[oe] [meta-python2][PATCH] python-slip-dbus: add RDEPENDS

Tim Orling ticotimo at gmail.com
Sun Jan 19 03:35:58 UTC 2020


The dependency on python-six as inadvertently missed when
porting to meta-python2.

The original recipe was missing addtional dependencies on
python-dbus, python-pygobject, python-decorator

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-slip-dbus_0.6.5.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-devtools/python/python-slip-dbus_0.6.5.bb b/recipes-devtools/python/python-slip-dbus_0.6.5.bb
index 99dc9ce5..0c67fa39 100644
--- a/recipes-devtools/python/python-slip-dbus_0.6.5.bb
+++ b/recipes-devtools/python/python-slip-dbus_0.6.5.bb
@@ -28,4 +28,11 @@ do_compile_prepend() {
 # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
 CLEANBROKEN = "1"
 
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-dbus \
+    ${PYTHON_PN}-decorator \
+    ${PYTHON_PN}-pygobject \
+    ${PYTHON_PN}-six \
+    "
+
 inherit setuptools
-- 
2.25.0



More information about the Openembedded-devel mailing list