From: Mingli Yu <[email protected]>

Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pyudev
 [snip]
 ModuleNotFoundError: No module named 'fcntl'

Signed-off-by: Mingli Yu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 4e79bf9f1d11739389f0cc7c9e6360dcd156f16c)
Signed-off-by: Armin Kuster <[email protected]>
---
 meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
index f39847ffa7..49a3628f41 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
@@ -17,5 +17,6 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-misc \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-fcntl \
     libudev \
 "
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84434): 
https://lists.openembedded.org/g/openembedded-devel/message/84434
Mute This Topic: https://lists.openembedded.org/mt/74292750/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to