Merge pull request #110525 from dotlambda/pyyaml-5.4.1

[staging] pythonPackages.pyyaml: 5.3.1 -> 5.4.1
This commit is contained in:
Martin Weinelt
2021-01-29 16:42:35 +01:00
committed by GitHub
3 changed files with 8 additions and 9 deletions
+5 -1
View File
@@ -35,8 +35,12 @@ in with py.pkgs; buildPythonApplication rec {
sha256 = "sha256-G8HonN02eFcfMRhj9+cporugVsF7nDeHEopuHnbS1Is=";
};
# 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"
substituteInPlace setup.py \
--replace "docutils>=0.10,<0.16" "docutils>=0.10" \
--replace "PyYAML>=3.10,<5.4" "PyYAML>=3.10"
'';
# No tests included