summaryrefslogtreecommitdiff
path: root/www/py-dj51-django-prometheus/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj51-django-prometheus/files/patch-pyproject.toml')
-rw-r--r--www/py-dj51-django-prometheus/files/patch-pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-dj51-django-prometheus/files/patch-pyproject.toml b/www/py-dj51-django-prometheus/files/patch-pyproject.toml
index 5bf778c4f9e3..31ac1775bdb0 100644
--- a/www/py-dj51-django-prometheus/files/patch-pyproject.toml
+++ b/www/py-dj51-django-prometheus/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
Relax version requirements of py-setuptools.
---- pyproject.toml.orig 2024-10-06 12:58:05 UTC
+--- pyproject.toml.orig 2025-06-18 18:06:03 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
--requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
-+requires = [ "setuptools", "wheel >= 0.40.0"]
+-requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"]
++requires = ["setuptools", "wheel >= 0.40.0"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]