From 1be262c3b955c35ce3f6c5939a48b2dcaba92c7c Mon Sep 17 00:00:00 2001 From: Florian Wickert Date: Fri, 3 Aug 2018 08:49:28 +0200 Subject: 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 Signed-off-by: Khem Raj --- 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 cb906c9ec9..683a75cdd6 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 \ " -- cgit 1.2.3-korg