me
/
guix
Archived
1
0
Fork 0

gnu: python-traceback2: Add missing dependency.

* gnu/packages/python-xyz.scm (python-traceback2)[propagated-inputs]:
Add python-six.
master
Lars-Dominik Braun 2021-01-07 14:17:20 +01:00 committed by Maxim Cournoyer
parent 1ea198f862
commit 42b89fbf30
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

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