mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-14 14:20:28 +00:00
python3-zipp: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import zipp ModuleNotFoundError: No module named 'zipfile' ModuleNotFoundError: No module named 'random' python3-math Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,6 +10,8 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-more-itertools"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-more-itertools"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user