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>
This commit is contained in:
Florian Wickert
2018-08-03 08:49:28 +02:00
committed by Khem Raj
parent eedd084d3b
commit 1be262c3b9

View File

@@ -15,4 +15,5 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-misc \
${PYTHON_PN}-six \
${PYTHON_PN}-threading \
libudev \
"