python-slip-dbus: Add missing rdep on six module

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>
This commit is contained in:
Khem Raj
2019-11-26 08:39:15 -08:00
parent cd225109eb
commit c6d2776d6b

View File

@@ -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"