guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-pyaml: Fix tests.


From: Marius Bakke
Subject: 03/03: gnu: python-pyaml: Fix tests.
Date: Wed, 14 Dec 2016 18:55:26 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit f620311a39a9a7dd8bd2637251e448824423a17f
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 19:53:21 2016 +0100

    gnu: python-pyaml: Fix tests.
    
    * gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add
      python-unidecode.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0ee533d..de11cd5 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]