diff mbox series

[oe,meta-python] python-slip-dbus: Add missing rdep on six module

Message ID 20191126164629.4078139-1-raj.khem@gmail.com
State Accepted
Commit c6d2776d6b56f92727fca707e114a1c9c9bbb83d
Headers show
Series [oe,meta-python] python-slip-dbus: Add missing rdep on six module | expand

Commit Message

Khem Raj Nov. 26, 2019, 4:46 p.m. UTC
See [1] why this would be needed

[1] https://github.com/nphilipp/python-slip/blob/master/slip/dbus/service.py#L30

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta-python/recipes-devtools/python/python-slip-dbus.inc | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.24.0

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

Patch

diff --git a/meta-python/recipes-devtools/python/python-slip-dbus.inc b/meta-python/recipes-devtools/python/python-slip-dbus.inc
index 0933b45593..9e726b5b92 100644
--- a/meta-python/recipes-devtools/python/python-slip-dbus.inc
+++ b/meta-python/recipes-devtools/python/python-slip-dbus.inc
@@ -24,6 +24,9 @@  do_compile_prepend() {
     sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py
 }
 
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-six \
+"
 # http://errors.yoctoproject.org/Errors/Details/184713/
 # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
 CLEANBROKEN = "1"