mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
python3-setuptools: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools [snip] ModuleNotFoundError: No module named 'json' (From OE-Core rev: f1dce04d2643352cd7a2c5a91eefc01d52926ecd) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e9dd7659b4
commit
51790fa49c
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
|
||||
Reference in New Issue
Block a user