diff options
author | Andreas Enge <andreas@enge.fr> | 2015-02-25 00:28:19 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-02-25 00:58:20 +0100 |
commit | 3dd7547666250c56c43ed216a9e8a0ae9a694107 (patch) | |
tree | 66cfe1c84a53c29aad8435c4594b67bcd0f3b63f /gnu/packages/python.scm | |
parent | 0c20025c05e65a590c1eb3393ec70aa3b8cde4ec (diff) | |
download | guix-3dd7547666250c56c43ed216a9e8a0ae9a694107.tar guix-3dd7547666250c56c43ed216a9e8a0ae9a694107.tar.gz |
gnu: python-html5lib: Add propagated input.
* gnu/packages/python.scm (python-html5lib): Add propagated input python-six.
(python2-html5lib): Add propagated input python2-six.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 544dc6c73e..bbff241833 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |