awscli: Remove patching PyYaml
This commit is contained in:
parent
e164f21165
commit
b081d0d211
@ -36,11 +36,9 @@ with py.pkgs; buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/aws/aws-cli/issues/4837
|
# https://github.com/aws/aws-cli/issues/4837
|
||||||
# https://github.com/aws/aws-cli/pull/5887
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "docutils>=0.10,<0.16" "docutils>=0.10" \
|
--replace "docutils>=0.10,<0.16" "docutils>=0.10"
|
||||||
--replace "PyYAML>=3.10,<5.4" "PyYAML>=3.10"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# No tests included
|
# No tests included
|
||||||
|
Loading…
x
Reference in New Issue
Block a user