me
/
guix
Archived
1
0
Fork 0

gnu: python-scipy: Add numpydoc to native-inputs.

* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
  python-numpydoc.
master
Ricardo Wurmus 2015-10-15 10:52:37 +02:00
parent 5f44ee4fa0
commit 5248d49e41
1 changed files with 1 additions and 0 deletions

View File

@ -3272,6 +3272,7 @@ functions.")
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx) ("python-sphinx" ,python-sphinx)
("python-numpydoc" ,python-numpydoc)
("gfortran" ,gfortran) ("gfortran" ,gfortran)
("texlive" ,texlive) ("texlive" ,texlive)
("perl" ,perl))) ("perl" ,perl)))