conan: enable pythonPackages.six > 1.14.0

This commit is contained in:
Drew Risinger 2020-07-01 15:09:04 -04:00 committed by Jon
parent 537fd14cb9
commit ea5a79c4a3

View file

@ -91,7 +91,8 @@ in newPython.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace conans/requirements.txt \
--replace "PyYAML>=3.11, <3.14.0" "PyYAML" \
--replace "deprecation>=2.0, <2.1" "deprecation"
--replace "deprecation>=2.0, <2.1" "deprecation" \
--replace "six>=1.10.0,<=1.14.0" "six"
'';
meta = with lib; {