python3Packages.jsonpath-ng: temporarily use setuptools format (#421669)

This commit is contained in:
Martin Weinelt 2025-07-02 05:09:23 +02:00 committed by GitHub
commit 870010b062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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