python3Packages.graphtage: allow later json5 releases

This commit is contained in:
Fabian Affolter 2021-07-08 18:52:04 +02:00 committed by Jonathan Ringer
parent 28b1b086de
commit f82099ff92

View file

@ -37,6 +37,11 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
postPatch = ''
substituteInPlace setup.py \
--replace "json5==0.9.5" "json5>=0.9.5"
'';
pythonImportsCheck = [ "graphtage" ];
meta = with lib; {