summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-10 16:38:15 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-11 20:09:26 +0100
commit4eb6ed28a3b62ffe0fca2a9924fd68cc917ea6b9 (patch)
treea1a2ab5e337fef5f17d78398e0fc5dfec8b6937f /gnu
parentadbca19e8336c4d336003709d41f646be36ce397 (diff)
gnu: python-html5lib: Add dependency on python-webencodings.
* gnu/packages/python.scm (python-html5lib, python2-html5lib)[propagated-inputs]: Add python-webencodings.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7506f3b67c..35ccf7bf6f 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