Files
2024-10-18 18:48:46 +11:00

14 lines
247 B
Diff

https://github.com/pypa/setuptools/pull/4666
--- pyproject.toml.orig
+++ pyproject.toml
@@ -103,7 +103,7 @@ core = [
# for distutils
"jaraco.collections",
- "jaraco.functools",
+ "jaraco.functools>=4",
"packaging",
"more_itertools",
]