From 8ce675bbbcdce7b99f1b210bc010895ba33ff03b Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 18 Oct 2025 11:11:42 +0000 Subject: [PATCH] drop the tight version spec for ruamel.yaml.clib in pyproject.yaml, as already done for various other awscliv2 dependencies. (this one doesn't make much sense anyway, clib is not used directly, only via ruamel.yaml). build failure reported by aja. --- sysutils/awscli/v2/Makefile | 1 + sysutils/awscli/v2/patches/patch-pyproject_toml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/awscli/v2/Makefile b/sysutils/awscli/v2/Makefile index 5dd13c8370f..8ff15e4b5fa 100644 --- a/sysutils/awscli/v2/Makefile +++ b/sysutils/awscli/v2/Makefile @@ -1,6 +1,7 @@ COMMENT = universal command line environment v2 for AWS MODPY_DISTV = 2.28.4 +REVISION = 0 GH_ACCOUNT = aws GH_PROJECT = aws-cli diff --git a/sysutils/awscli/v2/patches/patch-pyproject_toml b/sysutils/awscli/v2/patches/patch-pyproject_toml index 4325b441298..fff0beb2745 100644 --- a/sysutils/awscli/v2/patches/patch-pyproject_toml +++ b/sysutils/awscli/v2/patches/patch-pyproject_toml @@ -9,7 +9,7 @@ Index: pyproject.toml ] build-backend = "pep517" backend-path = ["backends"] -@@ -31,19 +31,19 @@ classifiers = [ +@@ -31,18 +31,18 @@ classifiers = [ ] dependencies = [ "colorama>=0.2.5,<0.4.7", @@ -21,9 +21,10 @@ Index: pyproject.toml # less than or equal to Python 3.10. In order to ensure we have # a consistent dependency closure across all Python versions, # we explicitly include ruamel.yaml.clib as a dependency. - "ruamel.yaml.clib>=0.2.0,<=0.2.12", +- "ruamel.yaml.clib>=0.2.0,<=0.2.12", - "prompt-toolkit>=3.0.24,<3.0.52", - "distro>=1.5.0,<1.9.0", ++ "ruamel.yaml.clib", + "prompt-toolkit", + "distro", "awscrt==0.27.5",