diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2020-05-08 11:23:58 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-08 19:56:05 -0700 |
| commit | 55190da2eba946319453531021089186bd2dd551 (patch) | |
| tree | a36ef00015e16f69b2ad60c5d57686d7d6e01f52 /meta-python/recipes-devtools/python | |
| parent | 07c7bacd997e9f593602acf840c10e9585cf5657 (diff) | |
| download | meta-openembedded-55190da2eba946319453531021089186bd2dd551.tar.gz | |
python3-pydbus: add the missing rdepends
Add the missing rdepends to fix below error:
# python3
[snip]
>>> import pydbus
[snip]
ModuleNotFoundError: No module named 'socket'
ModuleNotFoundError: No module named 'logging'
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 931bc6f7cb..807e7b2de5 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
| @@ -14,4 +14,6 @@ inherit pypi setuptools3 | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/pydbus-${PV}" | 15 | S = "${WORKDIR}/pydbus-${PV}" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} = "${PYTHON_PN}-pygobject" | 17 | RDEPENDS_${PN} = "${PYTHON_PN}-pygobject \ |
| 18 | ${PYTHON_PN}-io \ | ||
| 19 | ${PYTHON_PN}-logging" | ||
