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

* gnu/packages/python.scm (python-html5lib,
python2-html5lib)[propagated-inputs]: Add python-webencodings.
This commit is contained in:
Marius Bakke 2016-12-10 16:38:15 +01:00
parent adbca19e83
commit 4eb6ed28a3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -4862,7 +4862,8 @@ ISO 8601 dates, time and duration.")
"1yd068a5c00wd0ajq0hqimv7fd82lhrw0w3s01vbhy9bbd6xapqd")))) "1yd068a5c00wd0ajq0hqimv7fd82lhrw0w3s01vbhy9bbd6xapqd"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-six" ,python-six))) ; required to "import html5lib" `(("python-six" ,python-six)
("python-webencodings" ,python-webencodings)))
(arguments (arguments
`(#:test-target "check")) `(#:test-target "check"))
(home-page (home-page