conan: fix build

This commit is contained in:
Frederik Rietdijk 2018-06-22 12:58:10 +02:00
parent 6816117ace
commit 9e10e51161

View file

@ -28,6 +28,11 @@ in newPython.pkgs.buildPythonApplication rec {
sha256 = "1g03f8rw9l198w9ph0gi0q3g84ilp1dxxc9nmj0dgnymcfgpf89n";
};
postPatch = ''
# Remove pylint constraint
substituteInPlace conans/requirements.txt --replace ", <1.9.0" ""
'';
checkInputs = with newPython.pkgs; [
nose
parameterized