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:
parent
47c7dc4a3f
commit
a0a0985978
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue