diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2020-05-08 15:35:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-08 19:56:06 -0700 |
| commit | 4e79bf9f1d11739389f0cc7c9e6360dcd156f16c (patch) | |
| tree | 55495c96a1d847dd2797c409bf9fe7b0dab30942 /meta-python | |
| parent | 55190da2eba946319453531021089186bd2dd551 (diff) | |
| download | meta-openembedded-4e79bf9f1d11739389f0cc7c9e6360dcd156f16c.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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | 1 |
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} = "\ | |||
| 17 | ${PYTHON_PN}-misc \ | 17 | ${PYTHON_PN}-misc \ |
| 18 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
| 19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
| 20 | ${PYTHON_PN}-fcntl \ | ||
| 20 | libudev \ | 21 | libudev \ |
| 21 | " | 22 | " |
