awscli: Remove patching PyYaml

This commit is contained in:
Tim Steinbach 2021-02-22 12:14:04 -05:00
parent e164f21165
commit b081d0d211
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -36,11 +36,9 @@ with py.pkgs; buildPythonApplication rec {
};
# https://github.com/aws/aws-cli/issues/4837
# https://github.com/aws/aws-cli/pull/5887
postPatch = ''
substituteInPlace setup.py \
--replace "docutils>=0.10,<0.16" "docutils>=0.10" \
--replace "PyYAML>=3.10,<5.4" "PyYAML>=3.10"
--replace "docutils>=0.10,<0.16" "docutils>=0.10"
'';
# No tests included