lfam pushed a commit to branch python-tests
in repository guix.
commit 4fd129ee86b7f2f76fa705327925b7b6c54bb069
Author: Marius Bakke <[email protected]>
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