~ruther/guix-local

213d1745c6adbfd274b1edc575529e026b0ab743 — Hartmut Goebel 9 years ago cf8124b
gnu: python-numpydoc: Correct inputs.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -3
@@ 3334,9 3334,9 @@ that client code uses to construct the grammar directly in Python code.")
             (("3") "2"))))))
    (build-system python-build-system)
    (native-inputs
     `(("python-docutils" ,python-docutils)
       ("python-sphinx" ,python-sphinx)
       ("python-nose" ,python-nose)))
     `(("python-sphinx" ,python-sphinx)))
    (native-inputs
     `(("python-nose" ,python-nose)))
    (home-page "https://pypi.python.org/pypi/numpydoc")
    (synopsis
     "Numpy's Sphinx extensions")