ports/sysutils/py-ansible-core/files/patch-pyproject.toml
Charlie Li 86ae776a26
sysutils/py-ansible-core: remove setuptools upper bound
Upstream added upper bound as a precaution at release time; the
later versions build fine. Remove patch as appropriate when this
port gets updated.

With hat: python
PR: 270358
2024-12-12 01:57:09 -05: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"