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 <[email protected]> --- 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 cb906c9ec..683a75cdd 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 \ " -- 2.18.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
