diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-14 19:53:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-14 19:53:21 +0100 |
commit | f620311a39a9a7dd8bd2637251e448824423a17f (patch) | |
tree | 6cad2cd369379b90eb08e9c3f3240161fb57fcea | |
parent | e91275256717a5325020a9a36749adbe759371d3 (diff) | |
download | guix-f620311a39a9a7dd8bd2637251e448824423a17f.tar.gz |
gnu: python-pyaml: Fix tests.
* gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add python-unidecode.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0ee533d007..de11cd558d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10520,6 +10520,8 @@ addresses, and phone numbers.") (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") |