gnu: python-jmespath: Fix tests.

* gnu/packages/python.scm (python-jmespath, python2-jmespath)[native-inputs]:
  Add python-nose.
This commit is contained in:
Marius Bakke 2016-12-14 19:45:46 +01:00
parent 1b6d7c3f3f
commit 52a75a83f9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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