mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: python-traceback2: Add missing dependency.
* gnu/packages/python-xyz.scm (python-traceback2)[propagated-inputs]: Add python-six.
This commit is contained in:
parent
1ea198f862
commit
42b89fbf30
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue