From 07f1e0be8d428d0a643dad67adf81dd76ce53579 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Sat, 9 May 2020 12:42:23 +0800 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit 16b524d00a1f0684093b278a45f98fa736dda1e2) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-zipp_0.6.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-zipp_0.6.0.bb b/meta-python/recipes-devtools/python/python3-zipp_0.6.0.bb index 1019081f38..40db3c071a 100644 --- a/meta-python/recipes-devtools/python/python3-zipp_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-zipp_0.6.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf