guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-html5lib: Add dependency on python-webencodings.


From: Marius Bakke
Subject: 02/02: gnu: python-html5lib: Add dependency on python-webencodings.
Date: Sun, 11 Dec 2016 19:10:45 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 4eb6ed28a3b62ffe0fca2a9924fd68cc917ea6b9
Author: Marius Bakke <address@hidden>
Date:   Sat Dec 10 16:38:15 2016 +0100

    gnu: python-html5lib: Add dependency on python-webencodings.
    
    * gnu/packages/python.scm (python-html5lib,
    python2-html5lib)[propagated-inputs]: Add python-webencodings.
---
 gnu/packages/python.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7506f3b..35ccf7b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4862,7 +4862,8 @@ ISO 8601 dates, time and duration.")
             "1yd068a5c00wd0ajq0hqimv7fd82lhrw0w3s01vbhy9bbd6xapqd"))))
     (build-system python-build-system)
     (propagated-inputs
-      `(("python-six" ,python-six))) ; required to "import html5lib"
+     `(("python-six" ,python-six)
+       ("python-webencodings" ,python-webencodings)))
     (arguments
      `(#:test-target "check"))
     (home-page



reply via email to

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