ports/devel/py-cfn-lint/files/patch-pyproject.toml
Norikatsu Shigemura 33e13b1acd
devel/py-cfn-lint: Update to 1.22.1
- switch to use 'USE_PYTHON=pep517'
- cfn-lint v1 works with the current version of devel/py-setuptools (63.1.0).

WWW:		https://aws.amazon.com/blogs/devops/aws-cloudformation-linter-v1/
Approved by:	hrs (mentor)
2024-12-26 01:13:45 +09:00

10 lines
216 B
TOML

--- pyproject.toml.orig 2024-12-12 18:51:10 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools >= 65.5.1",
+ "setuptools",
]
build-backend = "setuptools.build_meta"