mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-pyaml: Fix tests.
* gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add python-unidecode.
This commit is contained in:
parent
e912752567
commit
f620311a39
1 changed files with 2 additions and 0 deletions
|
@ -10520,6 +10520,8 @@ (define-public python-pyaml
|
|||
(base32
|
||||
"1f5m28vkh4ksq3d80d8mmd2z8wxvc3mgy2pmrv2751dm2xgznm4w"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-unidecode" ,python-unidecode)))
|
||||
(propagated-inputs
|
||||
`(("python-pyyaml" ,python-pyyaml)))
|
||||
(home-page "https://github.com/mk-fg/pretty-yaml")
|
||||
|
|
Loading…
Reference in a new issue