[oe-commits] [meta-openembedded] 01/03: python-slip-dbus: Add missing rdep on six module

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 18:34:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c6d2776d6b56f92727fca707e114a1c9c9bbb83d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Nov 26 08:39:15 2019 -0800

    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 at gmail.com>
---
 meta-python/recipes-devtools/python/python-slip-dbus.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-slip-dbus.inc b/meta-python/recipes-devtools/python/python-slip-dbus.inc
index 0933b45..9e726b5 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list