mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -24,6 +24,9 @@ do_compile_prepend() {
|
|||||||
sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py
|
sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-six \
|
||||||
|
"
|
||||||
# http://errors.yoctoproject.org/Errors/Details/184713/
|
# http://errors.yoctoproject.org/Errors/Details/184713/
|
||||||
# python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
|
# python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user