meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.0.13.bb
Soumya Sambu 9e90eac533
python3-django: upgrade 5.0.11 -> 5.0.13
Includes fix for CVE-2025-26699

Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.12/
https://docs.djangoproject.com/en/dev/releases/5.0.13/

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-04 19:18:48 -07:00

10 lines
222 B
BlitzBasic

require python3-django.inc
inherit python_setuptools_build_meta
SRC_URI[sha256sum] = "f9d4b7b87a9dae248d5f20cec940cf7290e07d508d6d8432e3c2cabf09b3b0ff"
RDEPENDS:${PN} += "\
python3-sqlparse \
python3-asgiref \
"