From 4fd129ee86b7f2f76fa705327925b7b6c54bb069 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 13 Dec 2016 05:34:25 +0100 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fe96f0f392..3f816bc1f0 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 -- cgit v1.2.3