diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-02-21 18:10:38 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-03-03 08:05:00 -0500 |
| commit | a4a48c8f4bcbe23cfa033854b92de8399b9b29e9 (patch) | |
| tree | 2eda70650d869399d7ffe8bf17abb52e6afd9c26 /meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |
| parent | 01e14fb8d919ea8e8ded8ffd74e36204f49f3bff (diff) | |
| download | meta-openembedded-a4a48c8f4bcbe23cfa033854b92de8399b9b29e9.tar.gz | |
python3-django: upgrade 5.0.10 -> 5.0.11
Fixes CVE-2024-56374
Release Notes:
https://docs.djangoproject.com/en/dev/releases/5.0.11/
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.11.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.11.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.11.bb b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb new file mode 100644 index 0000000000..5060f3c9ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.0.11.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python-django.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | python3-sqlparse \ | ||
| 8 | python3-asgiref \ | ||
| 9 | " | ||
