[oe-commits] [meta-openembedded] 07/43: add libudev to python-pyudev RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:35 UTC 2018


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 1be262c3b955c35ce3f6c5939a48b2dcaba92c7c
Author: Florian Wickert <fw at javox-solutions.com>
AuthorDate: Fri Aug 3 08:49:28 2018 +0200

    add libudev to python-pyudev RDEPENDS
    
    pyudev uses ctypes to load libudev shared library at runtime which
    results in an exception if it cannot be found
    
    Signed-off-by: Florian Wickert <fw at javox-solutions.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyudev.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pyudev.inc b/meta-python/recipes-devtools/python/python-pyudev.inc
index cb906c9..683a75c 100644
--- a/meta-python/recipes-devtools/python/python-pyudev.inc
+++ b/meta-python/recipes-devtools/python/python-pyudev.inc
@@ -15,4 +15,5 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-misc \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-threading \
+    libudev \
 "

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


More information about the Openembedded-commits mailing list