gnu: python-traceback2: Add missing dependency.

* gnu/packages/python-xyz.scm (python-traceback2)[propagated-inputs]:
Add python-six.
This commit is contained in:
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

View file

@ -17229,7 +17229,8 @@ (define-public python-traceback2
(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")