guix-commits
[Top][All Lists]
Advanced

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

19/131: gnu: python-traceback2: Add missing dependency.


From: guix-commits
Subject: 19/131: gnu: python-traceback2: Add missing dependency.
Date: Fri, 29 Jan 2021 09:21:47 -0500 (EST)

apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit 5b78de4fc77771cf0b9b763039ea81d1469e0d28
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Jan 7 14:17:20 2021 +0100

    gnu: python-traceback2: Add missing dependency.
    
    * gnu/packages/python-xyz.scm (python-traceback2)[propagated-inputs]:
    Add python-six.
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 842215c..f6c2205 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17229,7 +17229,8 @@ lines are read from a single file.")
     (native-inputs
      `(("python-pbr" ,python-pbr-minimal)))
     (propagated-inputs
-      `(("python-linecache2" ,python-linecache2)))
+      `(("python-linecache2" ,python-linecache2)
+        ("python-six" ,python-six)))
     (home-page
       "https://github.com/testing-cabal/traceback2";)
     (synopsis "Backports of the traceback module")



reply via email to

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