diff options
Diffstat (limited to 'www/py-drf-yasg/files/patch-pyproject.toml')
-rw-r--r-- | www/py-drf-yasg/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/py-drf-yasg/files/patch-pyproject.toml b/www/py-drf-yasg/files/patch-pyproject.toml new file mode 100644 index 000000000000..c60b2ad1b63d --- /dev/null +++ b/www/py-drf-yasg/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +Relax version requirements for py-setuptools. + +--- pyproject.toml.orig 2025-06-23 15:36:27 UTC ++++ pyproject.toml +@@ -1,3 +1,3 @@ + [build-system] +-requires = ["setuptools >= 68.0.0", "wheel", "setuptools-scm >= 3.0.3"] ++requires = ["setuptools", "wheel", "setuptools-scm >= 3.0.3"] + build-backend = "setuptools.build_meta" |