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:
Mingli Yu
2020-05-08 15:35:48 +08:00
committed by Khem Raj
parent 55190da2eb
commit 4e79bf9f1d

View File

@@ -17,5 +17,6 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-misc \
${PYTHON_PN}-six \
${PYTHON_PN}-threading \
${PYTHON_PN}-fcntl \
libudev \
"