mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 14:35:26 +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> (cherry picked from commit 16b524d00a1f0684093b278a45f98fa736dda1e2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
47b63311bd
commit
07f1e0be8d
@ -10,6 +10,8 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-more-itertools"
|
RDEPENDS_${PN} += "${PYTHON_PN}-compression \
|
||||||
|
${PYTHON_PN}-math \
|
||||||
|
${PYTHON_PN}-more-itertools"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user