Commit f2798e4b authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

awscli2: relax ruamel.yaml.clib dependency

It was bumped in c861a11e 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: default avatarIhar Hrachyshka <ihar.hrachyshka@gmail.com>
parent c7c96c5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \