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

commit 5b78de4fc77771cf0b9b763039ea81d1469e0d28
Author: Lars-Dominik Braun <[email protected]>
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