mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
python3-pyudev: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import pyudev [snip] ModuleNotFoundError: No module named 'fcntl' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,5 +17,6 @@ RDEPENDS_${PN} = "\
|
|||||||
${PYTHON_PN}-misc \
|
${PYTHON_PN}-misc \
|
||||||
${PYTHON_PN}-six \
|
${PYTHON_PN}-six \
|
||||||
${PYTHON_PN}-threading \
|
${PYTHON_PN}-threading \
|
||||||
|
${PYTHON_PN}-fcntl \
|
||||||
libudev \
|
libudev \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user