summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2015-10-15 10:52:37 +0200
committerRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2015-10-15 12:05:09 +0200
commit5248d49e412274c3fb92a8e5d5ea8e098b1704b6 (patch)
treeb7bb5a80f9360168e20e343ab0cbf585d6706e4b /gnu
parent5f44ee4fa02699effed459266ff00a958bfd788e (diff)
downloadguix-patches-5248d49e412274c3fb92a8e5d5ea8e098b1704b6.tar
guix-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')
-rw-r--r--gnu/packages/python.scm1
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)))