gnu: python-html5lib: Add propagated input.

* gnu/packages/python.scm (python-html5lib): Add propagated input python-six.
  (python2-html5lib): Add propagated input python2-six.
This commit is contained in:
Andreas Enge 2015-02-25 00:28:19 +01:00
parent 0c20025c05
commit 3dd7547666
1 changed files with 2 additions and 0 deletions

View File

@ -2867,6 +2867,8 @@ ISO 8601 dates, time and duration.")
(base32 (base32
"1l5i6xzckzx4hnh9qzv9q3kyhkgjx2hsi2k9srgci3qizjmvp6ln")))) "1l5i6xzckzx4hnh9qzv9q3kyhkgjx2hsi2k9srgci3qizjmvp6ln"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six))) ; required to "import html5lib"
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))
(arguments (arguments