GNU bug report logs -
#64192
[PATCH 0/3] gnu: bpython: Update to 0.24.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 20 Jun 2023 14:04:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 64192 <at> debbugs.gnu.org (full text, mbox):
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.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index af9dd45d6e..fbbd96f4dd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28568,7 +28568,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")
--
2.40.1
This bug report was last modified 2 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.