summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-17 00:22:09 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:53 +0100
commita0a09859789fb92d452816478e244baa2645ce6f (patch)
tree1915be0363e62cdfe322a1d990d88bfead0b4c25 /gnu/packages/python.scm
parent47c7dc4a3f1af7b1e9c64c476f4c190fb44fe5ff (diff)
downloadguix-patches-a0a09859789fb92d452816478e244baa2645ce6f.tar
guix-patches-a0a09859789fb92d452816478e244baa2645ce6f.tar.gz
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.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bd3e62b3fb..1de70014ae 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8986,8 +8986,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.")