diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-26 08:39:15 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-26 10:33:56 -0800 |
commit | c6d2776d6b56f92727fca707e114a1c9c9bbb83d (patch) | |
tree | c208694cdd682081f80350189ac4a41077e24499 /meta-python | |
parent | cd225109eb5d0aac049cc5f660b1d74f63d13eeb (diff) | |
download | meta-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.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 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 | ||
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" |