conan: enable pythonPackages.six > 1.14.0
This commit is contained in:
parent
537fd14cb9
commit
ea5a79c4a3
@ -91,7 +91,8 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace conans/requirements.txt \
|
substituteInPlace conans/requirements.txt \
|
||||||
--replace "PyYAML>=3.11, <3.14.0" "PyYAML" \
|
--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; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user