guix-devel
[Top][All Lists]
Advanced

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

[PATCH 2/2] gnu: python-html5lib: Add dependency on python-webencodings.


From: Marius Bakke
Subject: [PATCH 2/2] gnu: python-html5lib: Add dependency on python-webencodings.
Date: Sat, 10 Dec 2016 16:57:21 +0100

* 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 690e0ae37..101d8bc25 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4861,7 +4861,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
-- 
2.11.0




reply via email to

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