ports/devel/py-pyTooling/files/patch-pyproject.toml
Yuri Victorovich 5581808047 devel/py-pyTooling: update 8.1.0 → 8.3.0
Reported by:	portscout
2025-03-18 01:33:05 -07:00

12 lines
266 B
TOML

--- pyproject.toml.orig 2025-03-16 21:56:26 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
- "setuptools ~= 75.8",
- "wheel ~= 0.45",
+ "setuptools",
+ "wheel",
"pyTooling ~= 8.2"
]
build-backend = "setuptools.build_meta"