diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 77240ff36d..1bf3af100a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8468,6 +8468,8 @@ servers.") (base32 "0g9xvl69y7nr3w7ag4fsp6sm4fqf6vrqjw7504x2hzrrsh3ampq8")))) (build-system python-build-system) + (native-inputs + `(("python-nose" ,python-nose))) (synopsis "JSON Matching Expressions") (description "JMESPath (pronounced “james path”) is a Python library that allows one to declaratively specify how to extract elements from a JSON |