rekado pushed a commit to branch master
in repository guix.
commit 5248d49e412274c3fb92a8e5d5ea8e098b1704b6
Author: Ricardo Wurmus <[email protected]>
Date: Thu Oct 15 10:52:37 2015 +0200
gnu: python-scipy: Add numpydoc to native-inputs.
* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
python-numpydoc.
---
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 399c23f..58ae9c7 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)))