gnu: python-html5lib: Add dependency on python-webencodings.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 10 Dec 2016 15:38:15 +0000 (16:38 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 11 Dec 2016 19:09:26 +0000 (20:09 +0100)
* gnu/packages/python.scm (python-html5lib,
python2-html5lib)[propagated-inputs]: Add python-webencodings.

gnu/packages/python.scm

index 7506f3b..35ccf7b 100644 (file)
@@ -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