diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-slip-dbus.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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() { | |||
24 | sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py | 24 | sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN} += "\ | ||
28 | ${PYTHON_PN}-six \ | ||
29 | " | ||
27 | # http://errors.yoctoproject.org/Errors/Details/184713/ | 30 | # http://errors.yoctoproject.org/Errors/Details/184713/ |
28 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory | 31 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory |
29 | CLEANBROKEN = "1" | 32 | CLEANBROKEN = "1" |