From a151c6660f8f8da2dcdea7324509b9df005d77b9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 16 Jan 2026 16:33:10 +0100 Subject: python3-django: consolidate dependencies in .inc file Django 4.2.x recipe has been deleted, the dependencies that were specific to version 5.x can be moved to the common .inc file. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-django.inc') diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc index 317793abba..589f6a5b85 100644 --- a/meta-python/recipes-devtools/python/python3-django.inc +++ b/meta-python/recipes-devtools/python/python3-django.inc @@ -15,6 +15,7 @@ FILES:${PN} += "${datadir}/django" BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN} += "\ + python3-asgiref \ python3-compression \ python3-ctypes \ python3-datetime \ @@ -27,6 +28,7 @@ RDEPENDS:${PN} += "\ python3-numbers \ python3-pkgutil \ python3-pytz \ + python3-sqlparse \ python3-threading \ python3-unixadmin \ python3-xml \ @@ -45,7 +47,6 @@ do_install_ptest(){ RDEPENDS:${PN}-ptest += " \ gettext \ - python3-asgiref \ python3-bcrypt \ python3-compile \ python3-docutils \ -- cgit v1.2.3-54-g00ecf