meta-openembedded/meta-python/recipes-devtools/python/python3-django.inc
Soumya Sambu 64f25a7663
python3-django: Upgrade 5.2 -> 5.2.6
Release notes:
https://docs.djangoproject.com/en/5.2/releases/5.2.6/
https://docs.djangoproject.com/en/5.2/releases/5.2.5/
https://docs.djangoproject.com/en/5.2/releases/5.2.4/
https://docs.djangoproject.com/en/5.2/releases/5.2.3/
https://docs.djangoproject.com/en/5.2/releases/5.2.2/
https://docs.djangoproject.com/en/5.2/releases/5.2.1/

Drop patch 0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch:
already present in the upgraded version.

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-06 22:08:46 -07:00

34 lines
728 B
PHP

SUMMARY = "A high-level Python Web framework"
HOMEPAGE = "https://www.djangoproject.com/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
PYPI_PACKAGE = "django"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi
FILES:${PN} += "${datadir}/django"
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} += "\
python3-compression \
python3-ctypes \
python3-datetime \
python3-email \
python3-html \
python3-json \
python3-logging \
python3-multiprocessing \
python3-netserver \
python3-numbers \
python3-pkgutil \
python3-pytz \
python3-threading \
python3-unixadmin \
python3-xml \
"
CVE_PRODUCT = "django"