mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +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>
(cherry picked from commit 4e79bf9f1d)
Signed-off-by: Armin Kuster <akuster808@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