gnu: python-six: Fix test dependencies.
* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add python-py and python-pytest.
This commit is contained in:
parent
dcb0da7bff
commit
4fd129ee86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user