mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue