guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-jmespath: Fix tests.


From: Marius Bakke
Subject: 01/01: gnu: python-jmespath: Fix tests.
Date: Wed, 14 Dec 2016 18:46:29 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 52a75a83f970b62eb285067b454a1c25a8669491
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 19:45:46 2016 +0100

    gnu: python-jmespath: Fix tests.
    
    * gnu/packages/python.scm (python-jmespath, 
python2-jmespath)[native-inputs]:
      Add python-nose.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 77240ff..1bf3af1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]