mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
python3-setuptools: add missing rdepends for python3-pkg-resources
Add missing rdepends for python3-pkg-resources to fix below error: # python3 [snip] import pkg_resources [snip] ModuleNotFoundError: No module named 'plistlib' ModuleNotFoundError: No module named 'email' (From OE-Core rev: 932b282a51f65c99847651ea1399c38b538bf432) 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
0273ac2a81
commit
8a925ec069
@@ -48,6 +48,12 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
# minimal distributions.
|
||||
PACKAGES =+ "${PYTHON_PN}-pkg-resources "
|
||||
FILES_${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*"
|
||||
RDEPENDS_${PYTHON_PN}-pkg-resources = "\
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-plistlib \
|
||||
${PYTHON_PN}-pprint \
|
||||
"
|
||||
# Due to the way OE-Core implemented native recipes, the native class cannot
|
||||
# have a dependency on something that is not a recipe name. Work around that by
|
||||
# manually setting RPROVIDES.
|
||||
|
||||
Reference in New Issue
Block a user