Skip to content
Snippets Groups Projects
Commit 2b3a8a4a authored by Glenn Johnson's avatar Glenn Johnson
Browse files

Add missing dependencies.

parent 9c60f122
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,9 @@ class PyScikitLearn(Package):
extends('python')
depends_on('py-setuptools')
depends_on('py-numpy')
depends_on('py-scipy')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment