python3Packages.graphtage: allow later json5 releases

wip/nixpkgs-raku
Fabian Affolter 3 years ago committed by Jonathan Ringer
parent 28b1b086de
commit f82099ff92
  1. 5
      pkgs/development/python-modules/graphtage/default.nix

@ -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; {

Loading…
Cancel
Save