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.
This commit is contained in:
Hartmut Goebel 2016-10-17 00:22:09 +02:00
parent 47c7dc4a3f
commit a0a0985978
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 2 deletions

View File

@ -8986,8 +8986,7 @@ programmatically interfacing with your system's $EDITOR.")
"098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp")))) "098as6z1s0gb4dh5xcr1fd2vpm91zj93jzvgawspxf5s4hqs0xhp"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-docutils" ,python-docutils) `(("python-sphinx" ,python-sphinx)))
("python-sphinx" ,python-sphinx)))
(synopsis "Sphinx extension to include program output") (synopsis "Sphinx extension to include program output")
(description "A Sphinx extension to literally insert the output of arbitrary (description "A Sphinx extension to literally insert the output of arbitrary
commands into documents, helping you to keep your command examples up to date.") commands into documents, helping you to keep your command examples up to date.")