mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Release note:
https://docs.djangoproject.com/en/5.2/releases/5.2/
Backport a patch [1] to fix the below build failure:
| ERROR Missing dependencies:
| setuptools<69.3.0,>=61.0.0
[1] 3ae049b26b
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
322 B
BlitzBasic
14 lines
322 B
BlitzBasic
require python3-django.inc
|
|
inherit python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89"
|
|
|
|
SRC_URI += "\
|
|
file://0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-sqlparse \
|
|
python3-asgiref \
|
|
"
|