summaryrefslogtreecommitdiffstats
path: root/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch
blob: 3dc07d9926674519754b1935334b6f6fb0267f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 build-backend = "backend"
 requires = [
-  "setuptools>=67.8",
+  "setuptools",
   "wheel",
 ]
 backend-path = [