Add missing dependencies.
This commit is contained in:
parent
9c60f122a6
commit
2b3a8a4a5a
1 changed files with 4 additions and 0 deletions
|
@ -11,5 +11,9 @@ class PyScikitLearn(Package):
|
||||||
|
|
||||||
extends('python')
|
extends('python')
|
||||||
|
|
||||||
|
depends_on('py-setuptools')
|
||||||
|
depends_on('py-numpy')
|
||||||
|
depends_on('py-scipy')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'install', '--prefix=%s' % prefix)
|
python('setup.py', 'install', '--prefix=%s' % prefix)
|
||||||
|
|
Loading…
Reference in a new issue