mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
cf8124b017
commit
213d1745c6
1 changed files with 3 additions and 3 deletions
|
@ -3334,9 +3334,9 @@ (define-public python-numpydoc
|
||||||
(("3") "2"))))))
|
(("3") "2"))))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-docutils" ,python-docutils)
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
("python-sphinx" ,python-sphinx)
|
(native-inputs
|
||||||
("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "https://pypi.python.org/pypi/numpydoc")
|
(home-page "https://pypi.python.org/pypi/numpydoc")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Numpy's Sphinx extensions")
|
"Numpy's Sphinx extensions")
|
||||||
|
|
Loading…
Reference in a new issue