Loading pkgs/development/python-modules/jsonpath-ng/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ , ply , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "jsonpath-ng"; version = "1.6.0"; format = "pyproject"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -22,6 +23,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ ply setuptools ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/jsonpath-ng/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ , ply , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "jsonpath-ng"; version = "1.6.0"; format = "pyproject"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -22,6 +23,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ ply setuptools ]; nativeCheckInputs = [ Loading