guix-commits
[Top][All Lists]
Advanced

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

35/43: python-sphinxcontrib-programoutput: Remove needless input, alread


From: Hartmut Goebel
Subject: 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated.
Date: Tue, 18 Oct 2016 11:20:10 +0000 (UTC)

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

commit 2e82e2a082bd83177d08faf2da5c95f04294efff
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:22:09 2016 +0200

    python-sphinxcontrib-programoutput: Remove needless input, already 
propagated.
---
 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 60a5187..788bac9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8237,8 +8237,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

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