summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-16 16:33:10 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-16 09:39:27 -0800
commita151c6660f8f8da2dcdea7324509b9df005d77b9 (patch)
treec14cdbd687206ae63ed8cf3f36c27ce05fd4bddd /meta-python/recipes-devtools/python/python3-django_5.2.9.bb
parenta1537e21289ec8616656dc6e575a25f5e2e20649 (diff)
downloadmeta-openembedded-a151c6660f8f8da2dcdea7324509b9df005d77b9.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_5.2.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_5.2.9.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
index fa9fb2e929..11f438d623 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.2.9.bb
@@ -5,8 +5,3 @@ SRC_URI += "file://0001-fix-test_msgfmt_error_including_non_ascii-test.patch \
5 file://0001-Fix-test_strip_tags-test.patch \ 5 file://0001-Fix-test_strip_tags-test.patch \
6" 6"
7SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495" 7SRC_URI[sha256sum] = "16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"
8
9RDEPENDS:${PN} += "\
10 python3-sqlparse \
11 python3-asgiref \
12"