gnu: python-jmespath: Fix tests.
* gnu/packages/python.scm (python-jmespath, python2-jmespath)[native-inputs]: Add python-nose.
This commit is contained in:
parent
1b6d7c3f3f
commit
52a75a83f9
1 changed files with 2 additions and 0 deletions
|
@ -8468,6 +8468,8 @@ (define-public python-jmespath
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue