diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-15 10:52:37 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-15 12:05:09 +0200 |
commit | 5248d49e412274c3fb92a8e5d5ea8e098b1704b6 (patch) | |
tree | b7bb5a80f9360168e20e343ab0cbf585d6706e4b /gnu/packages | |
parent | 5f44ee4fa02699effed459266ff00a958bfd788e (diff) | |
download | patches-5248d49e412274c3fb92a8e5d5ea8e098b1704b6.tar patches-5248d49e412274c3fb92a8e5d5ea8e098b1704b6.tar.gz |
gnu: python-scipy: Add numpydoc to native-inputs.
* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
python-numpydoc.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 399c23fc0c..58ae9c7b40 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3272,6 +3272,7 @@ functions.") (native-inputs `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) + ("python-numpydoc" ,python-numpydoc) ("gfortran" ,gfortran) ("texlive" ,texlive) ("perl" ,perl))) |