freebsd-ports/devel/py-pyTooling/files/patch-pyproject.toml
Yuri Victorovich 0df9f8dc1d devel/py-pyTooling: update 6.6.0 → 6.6.2
Reported by:	portscout
2024-09-23 02:47:29 -07:00

10 lines
213 B
TOML

--- pyproject.toml.orig 2024-09-23 05:29:04 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools ~= 75.1",
+ "setuptools",
"wheel ~= 0.44",
"pyTooling ~= 6.6"
]