From c6d2776d6b56f92727fca707e114a1c9c9bbb83d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Nov 2019 08:39:15 -0800 Subject: 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 --- meta-python/recipes-devtools/python/python-slip-dbus.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-slip-dbus.inc b/meta-python/recipes-devtools/python/python-slip-dbus.inc index 0933b4559..9e726b5b9 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" -- cgit v1.2.3-54-g00ecf