gnu: python2-numpy@1.8: Provide "python2-nose".
Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
This commit is contained in:
parent
07fdf96140
commit
9b3e11f6a8
|
@ -3056,6 +3056,8 @@ include_dirs = ~a/include:~a/include
|
|||
(assoc-ref inputs "openblas")
|
||||
(assoc-ref inputs "lapack"))))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("python2-nose" ,python2-nose)))
|
||||
(description "NumPy is the fundamental package for scientific computing
|
||||
with Python. It contains among other things: a powerful N-dimensional array
|
||||
object, sophisticated (broadcasting) functions, tools for integrating C/C++
|
||||
|
|
Loading…
Reference in New Issue