summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 20:48:19 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:42 +0100
commit213d1745c6adbfd274b1edc575529e026b0ab743 (patch)
treec7db4babee029574cc91eb85906fbdc7fe2c9838 /gnu/packages
parentcf8124b0177136598b07a8d7d0c68570e182b04b (diff)
downloadguix-patches-213d1745c6adbfd274b1edc575529e026b0ab743.tar
guix-patches-213d1745c6adbfd274b1edc575529e026b0ab743.tar.gz
gnu: python-numpydoc: Correct inputs.
* gnu/packages/python.scm (python-numpydoc, python-numpydoc) [native-inputs]: Remove python-docutils. Move python-shpinx to [propagated-inputs].
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b7640dbda0..36317cf1ec 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")