summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django.inc
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-18 17:27:38 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:27:10 -0800
commit2106c5238c97ebdd1fc9a83c625fbd83a3138d6d (patch)
treee2adf5011327a0d43f0bfbc9566f8b8297a9847e /meta-python/recipes-devtools/python/python3-django.inc
parent96392e82313f62ad2dbdf21dfca62c4420425dd4 (diff)
downloadmeta-openembedded-2106c5238c97ebdd1fc9a83c625fbd83a3138d6d.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django.inc')
-rw-r--r--meta-python/recipes-devtools/python/python3-django.inc3
1 files changed, 2 insertions, 1 deletions
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"
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16 16
17RDEPENDS:${PN} += "\ 17RDEPENDS:${PN} += "\
18 python3-asgiref \
18 python3-compression \ 19 python3-compression \
19 python3-ctypes \ 20 python3-ctypes \
20 python3-datetime \ 21 python3-datetime \
@@ -27,6 +28,7 @@ RDEPENDS:${PN} += "\
27 python3-numbers \ 28 python3-numbers \
28 python3-pkgutil \ 29 python3-pkgutil \
29 python3-pytz \ 30 python3-pytz \
31 python3-sqlparse \
30 python3-threading \ 32 python3-threading \
31 python3-unixadmin \ 33 python3-unixadmin \
32 python3-xml \ 34 python3-xml \
@@ -45,7 +47,6 @@ do_install_ptest(){
45 47
46RDEPENDS:${PN}-ptest += " \ 48RDEPENDS:${PN}-ptest += " \
47 gettext \ 49 gettext \
48 python3-asgiref \
49 python3-bcrypt \ 50 python3-bcrypt \
50 python3-compile \ 51 python3-compile \
51 python3-docutils \ 52 python3-docutils \