summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-26 08:39:15 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-26 10:33:56 -0800
commitc6d2776d6b56f92727fca707e114a1c9c9bbb83d (patch)
treec208694cdd682081f80350189ac4a41077e24499 /meta-python
parentcd225109eb5d0aac049cc5f660b1d74f63d13eeb (diff)
downloadmeta-openembedded-c6d2776d6b56f92727fca707e114a1c9c9bbb83d.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-slip-dbus.inc3
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 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() {
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
27RDEPENDS_${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
29CLEANBROKEN = "1" 32CLEANBROKEN = "1"