aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-05-08 15:35:48 +0800
committerArmin Kuster <akuster808@gmail.com>2020-05-17 14:38:03 -0700
commit5c91e3aa46b7fa5427af584aefb51f22cf931917 (patch)
treeeddf175b57b7f78fe1cbfc2d4fa06e83bc22777d /meta-python
parent5d53a615098ec46c1180ea458b5ba99598db71a7 (diff)
downloadmeta-openembedded-5c91e3aa46b7fa5427af584aefb51f22cf931917.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb1
1 files changed, 1 insertions, 0 deletions
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 \
"