opnsense-ports/sysutils/py-ansible-core/files/patch-pyproject.toml
Franco Fichtner 12aa253612 sysutils/py-ansible-core: sync with upstream
Taken from: FreeBSD
2025-01-07 13:59:46 +01:00

7 lines
381 B
TOML

--- pyproject.toml.orig 2024-11-04 18:35:30 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools >= 45.2.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
+requires = ["setuptools >= 45.2.0"] # lower bound to support controller Python versions
build-backend = "setuptools.build_meta"