awscli2: relax ruamel.yaml.clib dependency

It was bumped in c861a11e71 beyond the
upstream cap. It should be ok to remove the cap since the dependency is
applicable for python 3.10 and earlier, as per the comment in the
patched file:

https://github.com/aws/aws-cli/blob/c24bf195ca8cdab9ed59df0d1f8b47185afaffa0/pyproject.toml#L37

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-04-06 17:21:28 -04:00
parent c7c96c5a63
commit f2798e4b65
+1
View File
@@ -82,6 +82,7 @@ py.pkgs.buildPythonApplication rec {
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
--replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \
--replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24' \
--replace-fail 'ruamel.yaml.clib>=0.2.0,<=0.2.8' 'ruamel.yaml.clib>=0.2.0' \
--replace-fail 'zipp<3.21.0' 'zipp>=3.21.0'
substituteInPlace requirements-base.txt \