[OE-core] [PATCH] python3-setuptools: add the missing rdepends

2020-05-17 Thread Yu, Mingli
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools.lib2to3_ex [snip] ModuleNotFoundError: No module named 'lib2to3' ModuleNotFoundError: No module named 'pickle' Signed-off-by: Mingli Yu --- meta/recipes-devtools/python/python-setuptools.i

[OE-core] [PATCH] python3-setuptools: add the missing rdepends

2020-05-08 Thread Yu, Mingli
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools [snip] ModuleNotFoundError: No module named 'json' Signed-off-by: Mingli Yu --- meta/recipes-devtools/python/python-setuptools.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/r