summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_4.2.5.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-11-16 13:43:35 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:27 -0800
commit13057d943a517e2ed12184150ad4dc8ad1fb5c4c (patch)
tree0abb973552dc56fd9c102f3a487d4d36472e2b8b /meta-python/recipes-devtools/python/python3-django_4.2.5.bb
parentc2773fdafcd8f7bd56d7fc749306ff1ff1ed56b6 (diff)
downloadmeta-openembedded-13057d943a517e2ed12184150ad4dc8ad1fb5c4c.tar.gz
python3-django: move to version 4.2.5
Fixes CVE-2023-36053 and CVE-2023-41164 Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_4.2.5.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.5.bb b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb
new file mode 100644
index 0000000000..bc919b3a87
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_4.2.5.bb
@@ -0,0 +1,9 @@
1require python-django.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1"
5
6RDEPENDS:${PN} += "\
7 ${PYTHON_PN}-sqlparse \
8 ${PYTHON_PN}-asgiref \
9"