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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-01-18 17:27:38 +01:00
committed by Khem Raj
parent e1b26f8677
commit f50b8a7deb
2 changed files with 2 additions and 6 deletions

View File

@@ -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 \