Files
ports/math/py-rectangle-packer/files/patch-pyproject.toml
T
2026-06-23 10:11:29 -07:00

11 lines
197 B
TOML

--- pyproject.toml.orig 2026-06-23 16:33:51 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=69",
+ "setuptools",
"wheel",
"Cython>=3.0",
]