packages/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch
Alexandru Ardelean 11ebe528df pillow: bump to version 10.0.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-07-14 21:44:59 +03:00

11 lines
188 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
build-backend = "backend"
requires = [
- "setuptools>=67.8",
+ "setuptools",
"wheel",
]
backend-path = [