From 13057d943a517e2ed12184150ad4dc8ad1fb5c4c Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 16 Nov 2023 13:43:35 -0800 Subject: python3-django: move to version 4.2.5 Fixes CVE-2023-36053 and CVE-2023-41164 Signed-off-by: Joe Slater Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-django_4.2.5.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-django_4.2.5.bb (limited to 'meta-python/recipes-devtools/python/python3-django_4.2.5.bb') 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 @@ +require python-django.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "5e5c1c9548ffb7796b4a8a4782e9a2e5a3df3615259fc1bfd3ebc73b646146c1" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-sqlparse \ + ${PYTHON_PN}-asgiref \ +" -- cgit v1.2.3-54-g00ecf