gnu: python-numpydoc: Correct inputs.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].
This commit is contained in:
Hartmut Goebel 2016-10-16 20:48:19 +02:00
parent cf8124b017
commit 213d1745c6
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -3334,9 +3334,9 @@ (define-public python-numpydoc
(("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")