From 1407d43bc4b2b8b7c2de35a4173556c08dca36a9 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 9 Jun 2020 14:18:05 +0800 Subject: python-django: add RDEPENDS fix error: ModuleNotFoundError: No module named 'distutils' Signed-off-by: Changqing Li Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- 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 \ " -- cgit 1.2.3-korg