From 09c2fdee848cfbc59c6acfd39ea64cb085af7a77 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 2 Jul 2025 03:48:52 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/jsonpath-ng/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/jsonpath-ng/default.nix b/pkgs/development/python-modules/jsonpath-ng/default.nix index 8b9e86e462a2..9bc38a979f78 100644 --- a/pkgs/development/python-modules/jsonpath-ng/default.nix +++ b/pkgs/development/python-modules/jsonpath-ng/default.nix @@ -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";