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 buildPythonPackage rec { 12 pname = "jsonpath-ng"; 13 version = "1.7.0"; 14 pypropject = true; 15 16 disabled = pythonOlder "3.8";
··· 11 buildPythonPackage rec { 12 pname = "jsonpath-ng"; 13 version = "1.7.0"; 14 + format = "setuptools"; 15 + # TODO: typo; change to pyproject = true; 16 pypropject = true; 17 18 disabled = pythonOlder "3.8";