~ruther/guix-local

2c199b5527b89fbfa036308d9b6764e36e8cef1c — Hartmut Goebel 9 years ago d8ea5f2
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].
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 10408,8 10408,8 @@ implementation for Python.")
   '(#:tests? #f)) ; The test suite uses some Windows-specific data types.
  (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