aboutsummaryrefslogtreecommitdiff
path: root/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch
blob: e5ac168cbfadbf0a4cf264642acdae5ce90876c4 (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",
 ]
 backend-path = [
   "_custom_build",