mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-sphinx-repoze-autointerface: Remove needless input.
This is an indirect requirement and propagated by python-sphinx already. * gnu/packages/python.scm(python-sphinx-repoze-autointerface) [propagated-inputs]: Remove python-docutils.
This commit is contained in:
parent
06f1d73ed4
commit
47c7dc4a3f
1 changed files with 1 additions and 2 deletions
|
@ -9009,8 +9009,7 @@ (define-public python-sphinx-repoze-autointerface
|
|||
"08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-docutils" ,python-docutils)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
`(("python-sphinx" ,python-sphinx)
|
||||
("python-zope-interface" ,python-zope-interface)))
|
||||
(synopsis "Auto-generate Sphinx API docs from Zope interfaces")
|
||||
(description "This package defines an extension for the Sphinx documentation
|
||||
|
|
Loading…
Reference in a new issue