~ruther/guix-local

4fd129ee86b7f2f76fa705327925b7b6c54bb069 — Marius Bakke 9 years ago dcb0da7
gnu: python-six: Fix test dependencies.

* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 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