summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-17 00:44:22 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:55 +0100
commit2c199b5527b89fbfa036308d9b6764e36e8cef1c (patch)
tree729e7c50485ae3de862650e2fbc87aa313dad18b /gnu
parentd8ea5f2f27a7ec4cc9974eadadd88c59458bb8ce (diff)
downloadguix-patches-2c199b5527b89fbfa036308d9b6764e36e8cef1c.tar
guix-patches-2c199b5527b89fbfa036308d9b6764e36e8cef1c.tar.gz
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].
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ef8a78f27a..20b0b60ad1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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