guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python-html5lib: Add propagated input.


From: Andreas Enge
Subject: 03/04: gnu: python-html5lib: Add propagated input.
Date: Tue, 24 Feb 2015 23:58:35 +0000

andreas pushed a commit to branch master
in repository guix.

commit 3dd7547666250c56c43ed216a9e8a0ae9a694107
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 25 00:28:19 2015 +0100

    gnu: python-html5lib: Add propagated input.
    
    * gnu/packages/python.scm (python-html5lib): Add propagated input 
python-six.
      (python2-html5lib): Add propagated input python2-six.
---
 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 544dc6c..bbff241 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]