conan: fix build
This commit is contained in:
parent
6816117ace
commit
9e10e51161
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user