summaryrefslogtreecommitdiffstats
path: root/lang/python/python-zope-event/patches/001-relax-setuptools-version.patch
blob: 37d3adff5f824d3440a42a6f6b74382f440a993e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@
 
 [build-system]
 requires = [
-    "setuptools >= 78.1.1,< 81",
+    "setuptools >= 78.1.1",
     "wheel",
 ]
 build-backend = "setuptools.build_meta"