py-scikit-learn: needs setuptools (#11379)
This commit is contained in:
parent
119d04d53f
commit
43204049aa
1 changed files with 1 additions and 0 deletions
|
@ -29,3 +29,4 @@ class PyScikitLearn(PythonPackage):
|
||||||
depends_on('py-scipy@0.13.3:', type=('build', 'run'), when='@0.20.0:')
|
depends_on('py-scipy@0.13.3:', type=('build', 'run'), when='@0.20.0:')
|
||||||
depends_on('py-cython@0.23:', type='build')
|
depends_on('py-cython@0.23:', type='build')
|
||||||
depends_on('py-test@3.3.0:', type='test')
|
depends_on('py-test@3.3.0:', type='test')
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
|
Loading…
Reference in a new issue