mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
95f51b7c07
commit
fcaba44e6a
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "89c6e6011ec2f6d57d43a3f9296c4ef022c2cbf49bab26b407fe67992a
|
|||||||
DEPENDS += "${PYTHON_PN}"
|
DEPENDS += "${PYTHON_PN}"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
|
${PYTHON_PN}-2to3 \
|
||||||
${PYTHON_PN}-compile \
|
${PYTHON_PN}-compile \
|
||||||
${PYTHON_PN}-compression \
|
${PYTHON_PN}-compression \
|
||||||
${PYTHON_PN}-ctypes \
|
${PYTHON_PN}-ctypes \
|
||||||
@@ -25,6 +26,7 @@ RDEPENDS_${PN} = "\
|
|||||||
${PYTHON_PN}-json \
|
${PYTHON_PN}-json \
|
||||||
${PYTHON_PN}-netserver \
|
${PYTHON_PN}-netserver \
|
||||||
${PYTHON_PN}-numbers \
|
${PYTHON_PN}-numbers \
|
||||||
|
${PYTHON_PN}-pickle \
|
||||||
${PYTHON_PN}-pkgutil \
|
${PYTHON_PN}-pkgutil \
|
||||||
${PYTHON_PN}-plistlib \
|
${PYTHON_PN}-plistlib \
|
||||||
${PYTHON_PN}-shell \
|
${PYTHON_PN}-shell \
|
||||||
|
|||||||
Reference in New Issue
Block a user