mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:59:41 +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 4e79bf9f1d11739389f0cc7c9e6360dcd156f16c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
5d53a61509
commit
5c91e3aa46
@ -17,5 +17,6 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-fcntl \
|
||||
libudev \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user