diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2020-05-18 13:33:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-28 18:15:28 +0100 |
| commit | fcaba44e6aad62e8fbaa795cfbc285fa2bdd0da1 (patch) | |
| tree | 086116bbaec57da77395efe7e9d14bd450815bbe /meta/recipes-devtools/python | |
| parent | 95f51b7c07b03c08b7a7ccea69543e2b9d95d941 (diff) | |
| download | poky-fcaba44e6aad62e8fbaa795cfbc285fa2bdd0da1.tar.gz | |
python3-setuptools: add the missing rdepends
Add the missing rdepends to fix below error:
# python3
[snip]
>>> import setuptools.lib2to3_ex
[snip]
ModuleNotFoundError: No module named 'lib2to3'
ModuleNotFoundError: No module named 'pickle'
(From OE-Core rev: d19d1ccca3f86a59a72023727d3d804c2e9d18dc)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit be5c3c989d75290863cc7aef9949cf6e82d3070f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 58267966ba..29be852f66 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc | |||
| @@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992a | |||
| 16 | DEPENDS += "${PYTHON_PN}" | 16 | DEPENDS += "${PYTHON_PN}" |
| 17 | 17 | ||
| 18 | RDEPENDS_${PN} = "\ | 18 | RDEPENDS_${PN} = "\ |
| 19 | ${PYTHON_PN}-2to3 \ | ||
| 19 | ${PYTHON_PN}-compile \ | 20 | ${PYTHON_PN}-compile \ |
| 20 | ${PYTHON_PN}-compression \ | 21 | ${PYTHON_PN}-compression \ |
| 21 | ${PYTHON_PN}-ctypes \ | 22 | ${PYTHON_PN}-ctypes \ |
| @@ -25,6 +26,7 @@ RDEPENDS_${PN} = "\ | |||
| 25 | ${PYTHON_PN}-json \ | 26 | ${PYTHON_PN}-json \ |
| 26 | ${PYTHON_PN}-netserver \ | 27 | ${PYTHON_PN}-netserver \ |
| 27 | ${PYTHON_PN}-numbers \ | 28 | ${PYTHON_PN}-numbers \ |
| 29 | ${PYTHON_PN}-pickle \ | ||
| 28 | ${PYTHON_PN}-pkgutil \ | 30 | ${PYTHON_PN}-pkgutil \ |
| 29 | ${PYTHON_PN}-plistlib \ | 31 | ${PYTHON_PN}-plistlib \ |
| 30 | ${PYTHON_PN}-shell \ | 32 | ${PYTHON_PN}-shell \ |
