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 <ticot...@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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to