From: Changqing Li <[email protected]> fix error: ModuleNotFoundError: No module named 'distutils'
Signed-off-by: Changqing Li <[email protected]> Acked-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 1407d43bc4b2b8b7c2de35a4173556c08dca36a9) Signed-off-by: Armin Kuster <[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 54c77c8276..73b7ac99f9 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 \ " -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85516): https://lists.openembedded.org/g/openembedded-devel/message/85516 Mute This Topic: https://lists.openembedded.org/mt/75225761/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
