mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: python-blessed: Add missing dependency.
Fixes the build of python-curtsies.
The python-six dependency was accidentally removed in commit
9e1cbc62e5
.
* gnu/packages/python-xyz.scm (python-blessed)[propagated-inputs]: Add
python-six.
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
81a2a0f8d1
commit
95af7f7c9b
1 changed files with 1 additions and 1 deletions
|
@ -28754,7 +28754,7 @@ (define-public python-blessed
|
|||
(list
|
||||
;; Avoid python-pytest-coverage
|
||||
#:test-flags '(list "-c /dev/null")))
|
||||
(propagated-inputs (list python-wcwidth))
|
||||
(propagated-inputs (list python-six python-wcwidth))
|
||||
(native-inputs (list python-pytest))
|
||||
(home-page "https://github.com/jquast/blessed")
|
||||
(synopsis "Wrapper around terminal capabilities")
|
||||
|
|
Loading…
Reference in a new issue