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].
This commit is contained in:
parent
d8ea5f2f27
commit
2c199b5527
|
@ -10408,8 +10408,8 @@ implementation for Python.")
|
||||||
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.
|
'(#:tests? #f)) ; The test suite uses some Windows-specific data types.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-wcwidth" ,python-wcwidth)
|
`(("python-wcwidth" ,python-wcwidth)
|
||||||
|
("python-six" ,python-six)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-pygments" ,python-pygments)))
|
||||||
(native-inputs `(("python-six" ,python-six)))
|
|
||||||
(home-page "https://github.com/jonathanslenders/python-prompt-toolkit")
|
(home-page "https://github.com/jonathanslenders/python-prompt-toolkit")
|
||||||
(synopsis "Library for building command line interfaces in Python")
|
(synopsis "Library for building command line interfaces in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue