forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
d02026ebe2
commit
86ae776a26
1 changed files with 7 additions and 0 deletions
7
sysutils/py-ansible-core/files/patch-pyproject.toml
Normal file
7
sysutils/py-ansible-core/files/patch-pyproject.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
--- 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"
|
||||
Loading…
Add table
Reference in a new issue