summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 23:40:42 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:58 +0100
commit251ed7f2fe61f46d216dff20f19c53dc9cac05ab (patch)
treeb6f9cf40366393820e1f4ecb786bae1dd69f0707 /gnu/packages/python.scm
parent38ceb106bd12bcf52f5d277d93393f284c83cc1f (diff)
downloadguix-patches-251ed7f2fe61f46d216dff20f19c53dc9cac05ab.tar
guix-patches-251ed7f2fe61f46d216dff20f19c53dc9cac05ab.tar.gz
gnu: python-sphinxcontrib-newsfeed: Remove needless input.
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed) [propagated-inputs]: Remove python-docutils, already porpagated by python-sphinx.
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 0d7fcf1c86..c8b3584a80 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7894,8 +7894,7 @@ files for use with Python.")
"1d7gam3mn8v4in4p16yn3v10vps7nnaz6ilw99j4klij39dqd37p"))))
(build-system python-build-system)
(propagated-inputs
- `(("python-docutils" ,python-docutils)
- ("python-sphinx" ,python-sphinx)))
+ `(("python-sphinx" ,python-sphinx)))
(synopsis "News Feed extension for Sphinx")
(description "Sphinxcontrib-newsfeed is an extension for adding a simple
Blog, News or Announcements section to a Sphinx website.")