~ruther/guix-local

5248d49e412274c3fb92a8e5d5ea8e098b1704b6 — Ricardo Wurmus 10 years ago 5f44ee4
gnu: python-scipy: Add numpydoc to native-inputs.

* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
  python-numpydoc.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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)))