guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: python-blessed: Add missing dependency.


From: guix-commits
Subject: 13/15: gnu: python-blessed: Add missing dependency.
Date: Mon, 10 Jul 2023 07:40:29 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 95af7f7c9b356b0aa0d8935e3d84ce05bbde82c6
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 14:05:57 2023 +0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]