diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 20:48:19 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:42 +0100 |
commit | 213d1745c6adbfd274b1edc575529e026b0ab743 (patch) | |
tree | c7db4babee029574cc91eb85906fbdc7fe2c9838 | |
parent | cf8124b0177136598b07a8d7d0c68570e182b04b (diff) | |
download | patches-213d1745c6adbfd274b1edc575529e026b0ab743.tar 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].
-rw-r--r-- | gnu/packages/python.scm | 6 |
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") |