guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: python-six: Fix test dependencies.


From: Leo Famulari
Subject: 03/13: gnu: python-six: Fix test dependencies.
Date: Tue, 13 Dec 2016 22:04:49 +0000 (UTC)

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

commit 4fd129ee86b7f2f76fa705327925b7b6c54bb069
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 05:34:25 2016 +0100

    gnu: python-six: Fix test dependencies.
    
    * gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
    python-py and python-pytest.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fe96f0f..3f816bc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -946,6 +946,9 @@ password storage.")
        (base32
         "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-py" ,python-py)
+       ("python-pytest" ,python-pytest)))
     (home-page "http://pypi.python.org/pypi/six/";)
     (synopsis "Python 2 and 3 compatibility utilities")
     (description



reply via email to

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