htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit b849b1bbb225a7105933fb72c35d92139ea77403 Author: Hartmut Goebel <[email protected]> Date: Sun Oct 16 23:40:42 2016 +0200 CLEAN: python-sphinxcontrib-newsfeed REmove needlass input --- gnu/packages/python.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 27682b5..852301d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7175,8 +7175,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.")
