python3Packages.jsonpath-ng: temporary use setuptools format

Too many rebuilds to merge this to master otherwise, but should be
updated to use the PEP517 build system.

Changed files
+2
pkgs
development
python-modules
jsonpath-ng
+2
pkgs/development/python-modules/jsonpath-ng/default.nix
··· 11 11 buildPythonPackage rec { 12 12 pname = "jsonpath-ng"; 13 13 version = "1.7.0"; 14 + format = "setuptools"; 15 + # TODO: typo; change to pyproject = true; 14 16 pypropject = true; 15 17 16 18 disabled = pythonOlder "3.8";