From 5248d49e412274c3fb92a8e5d5ea8e098b1704b6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Oct 2015 10:52:37 +0200 Subject: 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 file changed, 1 insertion(+) 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 @@ (define-public python-scipy (native-inputs `(("python-nose" ,python-nose) ("python-sphinx" ,python-sphinx) + ("python-numpydoc" ,python-numpydoc) ("gfortran" ,gfortran) ("texlive" ,texlive) ("perl" ,perl))) -- cgit v1.2.3