summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2023-06-20 14:05:57 +0000
committerChristopher Baines <mail@cbaines.net>2023-07-10 12:39:35 +0100
commit95af7f7c9b356b0aa0d8935e3d84ce05bbde82c6 (patch)
treeffc1c8e99b23983acadf085abb78a2cedc1138ec /gnu/packages/python-xyz.scm
parent81a2a0f8d10dc530dbf46d1c59e7a791d3a8770e (diff)
gnu: python-blessed: Add missing dependency.
Fixes the build of python-curtsies. The python-six dependency was accidentally removed in commit 9e1cbc62e54513ce92f7fc282700c87c93bfd25c. * gnu/packages/python-xyz.scm (python-blessed)[propagated-inputs]: Add python-six. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f196d7a816..3cd29e9bce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")