me
/
guix
Archived
1
0
Fork 0

gnu: python-six: Fix test dependencies.

* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.
master
Marius Bakke 2016-12-13 05:34:25 +01:00 committed by Leo Famulari
parent dcb0da7bff
commit 4fd129ee86
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 0 deletions

View File

@ -946,6 +946,9 @@ password storage.")
(base32 (base32
"0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh")))) "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs
`(("python-py" ,python-py)
("python-pytest" ,python-pytest)))
(home-page "http://pypi.python.org/pypi/six/") (home-page "http://pypi.python.org/pypi/six/")
(synopsis "Python 2 and 3 compatibility utilities") (synopsis "Python 2 and 3 compatibility utilities")
(description (description