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.
This commit is contained in:
Martin Weinelt
2025-07-02 03:48:52 +02:00
parent aa430a4cae
commit 09c2fdee84

View File

@@ -11,6 +11,8 @@
buildPythonPackage rec {
pname = "jsonpath-ng";
version = "1.7.0";
format = "setuptools";
# TODO: typo; change to pyproject = true;
pypropject = true;
disabled = pythonOlder "3.8";