mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
python3-django: Upgrade 5.0.13 -> 5.2
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>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 3ae049b26b995c650c41ef918d5f60beed52b4ba Mon Sep 17 00:00:00 2001
|
||||
From: Nick Pope <nick@nickpope.me.uk>
|
||||
Date: Fri, 6 Dec 2024 18:32:39 +0000
|
||||
Subject: [PATCH] Fixed #35980 -- Updated setuptools to normalize package names
|
||||
in built artifacts.
|
||||
|
||||
Upstream-Status: Backport [https://github.com/django/django/commit/3ae049b26b995c650c41ef918d5f60beed52b4ba]
|
||||
|
||||
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
|
||||
---
|
||||
pyproject.toml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index f10d15d20d..b9e82334cd 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=61.0.0,<69.3.0"]
|
||||
+requires = ["setuptools>=75.8.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
--
|
||||
2.34.1
|
||||
|
||||
Reference in New Issue
Block a user