aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorFlorian Wickert <fw@javox-solutions.com>2018-08-03 08:49:28 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-03 09:34:29 -0700
commit1be262c3b955c35ce3f6c5939a48b2dcaba92c7c (patch)
treee0041fe5ecb4602accd98904637548c1400475ff /meta-python
parenteedd084d3b29e2ad96433f24d601bcb76f542769 (diff)
downloadmeta-openembedded-contrib-1be262c3b955c35ce3f6c5939a48b2dcaba92c7c.tar.gz
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@javox-solutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pyudev.inc1
1 files changed, 1 insertions, 0 deletions
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 \
"