aboutsummaryrefslogtreecommitdiff
path: root/www/py-drf-yasg/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-drf-yasg/files/patch-pyproject.toml')
-rw-r--r--www/py-drf-yasg/files/patch-pyproject.toml22
1 files changed, 17 insertions, 5 deletions
diff --git a/www/py-drf-yasg/files/patch-pyproject.toml b/www/py-drf-yasg/files/patch-pyproject.toml
index c60b2ad1b63d..19f4d497a4cc 100644
--- a/www/py-drf-yasg/files/patch-pyproject.toml
+++ b/www/py-drf-yasg/files/patch-pyproject.toml
@@ -1,9 +1,21 @@
-Relax version requirements for py-setuptools.
+Relax version requirements and enable build for older versions of py-setuptools.
---- pyproject.toml.orig 2025-06-23 15:36:27 UTC
+--- pyproject.toml.orig 2025-09-26 22:17:55 UTC
+++ pyproject.toml
-@@ -1,3 +1,3 @@
+@@ -1,5 +1,5 @@
[build-system]
--requires = ["setuptools >= 68.0.0", "wheel", "setuptools-scm >= 3.0.3"]
-+requires = ["setuptools", "wheel", "setuptools-scm >= 3.0.3"]
+-requires = ["setuptools >= 77.0.3", "setuptools-scm ~= 7.0"]
++requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -9,8 +9,7 @@ dynamic = ["version"]
+ requires-python = ">= 3.9"
+ dynamic = ["version"]
+
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE.rst"]
++license = { text="BSD-3-Clause" }
+ readme = "README.rst"
+
+ dependencies = [