python310Packages.jsonpath-ng: adjust inputs

This commit is contained in:
Fabian Affolter 2023-09-16 13:56:05 +02:00 committed by GitHub
parent fae75190d3
commit 93dd304d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,13 @@
, ply
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "jsonpath-ng";
version = "1.6.0";
format = "pyproject";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,6 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ply
setuptools
];
nativeCheckInputs = [