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>
master
parent
81a2a0f8d1
commit
95af7f7c9b
|
@ -28754,7 +28754,7 @@ placement and scaling of SVG figures and adding markers, such as labels.")
|
|||
(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")
|
||||
|
|
Reference in New Issue