me
/
guix
Archived
1
0
Fork 0

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
Paul A. Patience 2023-06-20 14:05:57 +00:00 committed by Christopher Baines
parent 81a2a0f8d1
commit 95af7f7c9b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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")