htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 4e15e3c54859d2b67942d9cfd1e8ee6e3ad895ef
Author: Hartmut Goebel <[email protected]>
Date:   Mon Oct 17 00:22:09 2016 +0200

    gnu: python-sphinxcontrib-programoutput: Remove needless input.
    
    This is an indirect requirement and propagated by python-sphinx already.
    
    * gnu/packages/python.scm(python-sphinxcontrib-programoutput)
      [propagated-inputs]: Remove python-docutils.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5fa5b40..1ed6765 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8231,8 +8231,7 @@ programmatically interfacing with your system's $EDITOR.")
                 "098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-docutils" ,python-docutils)
-       ("python-sphinx" ,python-sphinx)))
+     `(("python-sphinx" ,python-sphinx)))
     (synopsis "Sphinx extension to include program output")
     (description "A Sphinx extension to literally insert the output of 
arbitrary
 commands into documents, helping you to keep your command examples up to 
date.")

Reply via email to