On 6/9/20 2:18 AM, Changqing Li wrote:
From: Changqing Li <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
fix error: ModuleNotFoundError: No module named 'distutils' Signed-off-by: Changqing Li <[email protected]> --- meta-python/recipes-devtools/python/python-django.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 54c77c827..73b7ac99f 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc @@ -28,4 +28,5 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-threading \ ${PYTHON_PN}-unixadmin \ ${PYTHON_PN}-xml \ + ${PYTHON_PN}-distutils \ "
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84967): https://lists.openembedded.org/g/openembedded-devel/message/84967 Mute This Topic: https://lists.openembedded.org/mt/74768981/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
