diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-17 00:21:37 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:52 +0100 |
commit | 47c7dc4a3f1af7b1e9c64c476f4c190fb44fe5ff (patch) | |
tree | 8d5ef8a820db9da8ea12a660fd29f90b83afe64f /gnu | |
parent | 06f1d73ed4583836095ee3b04f4295ed2f432498 (diff) | |
download | patches-47c7dc4a3f1af7b1e9c64c476f4c190fb44fe5ff.tar patches-47c7dc4a3f1af7b1e9c64c476f4c190fb44fe5ff.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c2f34f54de..bd3e62b3fb 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9009,8 +9009,7 @@ commands into documents, helping you to keep your command examples up to date.") "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 |