~ruther/guix-local

3dd7547666250c56c43ed216a9e8a0ae9a694107 — Andreas Enge 11 years ago 0c20025
gnu: python-html5lib: Add propagated input.

* gnu/packages/python.scm (python-html5lib): Add propagated input python-six.
  (python2-html5lib): Add propagated input python2-six.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -0
@@ 2867,6 2867,8 @@ ISO 8601 dates, time and duration.")
          (base32
            "1l5i6xzckzx4hnh9qzv9q3kyhkgjx2hsi2k9srgci3qizjmvp6ln"))))
    (build-system python-build-system)
    (propagated-inputs
      `(("python-six" ,python-six))) ; required to "import html5lib"
    (inputs
      `(("python-setuptools" ,python-setuptools)))
    (arguments