python3Packages.graphtage: allow later json5 releases

This commit is contained in:
Fabian Affolter
2021-07-08 10:27:05 -07:00
committed by Jonathan Ringer
parent 28b1b086de
commit f82099ff92
@@ -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; {