conan: unbreak with deprecation>=2.1

This commit is contained in:
Drew Risinger 2020-05-06 12:14:13 -04:00 committed by Jon
parent b87b654bdf
commit cae48ccad3

View file

@ -90,7 +90,8 @@ in newPython.pkgs.buildPythonApplication rec {
postPatch = ''
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"
'';
meta = with lib; {