diff options
Diffstat (limited to 'www/py-django51/files/patch-pyproject.toml')
-rw-r--r-- | www/py-django51/files/patch-pyproject.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/py-django51/files/patch-pyproject.toml b/www/py-django51/files/patch-pyproject.toml index f6b57df6dba0..9794f344137d 100644 --- a/www/py-django51/files/patch-pyproject.toml +++ b/www/py-django51/files/patch-pyproject.toml @@ -1,6 +1,9 @@ ---- pyproject.toml.orig 2024-07-30 23:02:39 UTC +--- pyproject.toml.orig 2025-05-07 01:30:47 UTC +++ pyproject.toml -@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" +@@ -1,9 +1,9 @@ + [build-system] +-requires = ["setuptools>=75.8.1"] ++requires = ["setuptools>=63"] build-backend = "setuptools.build_meta" [project] |