mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- 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)
10 lines
216 B
TOML
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"
|
|
|