htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 9405eb5fe34c685e6af6ed4c6efa1e0a262110b0 Author: Hartmut Goebel <[email protected]> Date: Mon Oct 17 00:44:22 2016 +0200 gnu: python-prompt-toolkit: Correct inputs * gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move python-six to [propagated-inputs]. Remove now empty [native-inputs]. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 757a2f3..41f576f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9643,8 +9643,8 @@ implementation for Python.") (build-system python-build-system) (propagated-inputs `(("python-wcwidth" ,python-wcwidth) + ("python-six" ,python-six) ("python-pygments" ,python-pygments))) - (native-inputs `(("python-six" ,python-six))) (home-page "https://github.com/jonathanslenders/python-prompt-toolkit") (synopsis "Library for building command line interfaces in Python") (description
