opnsense-ports/devel/py-pyTooling/files/patch-pyproject.toml
Franco Fichtner 2ab4e46641 */*: sync with upstream
Taken from: FreeBSD
2024-09-24 12:11:30 +02: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"
]