add missing dependency to py-scikit-image (#6446)

This commit is contained in:
healther 2017-11-25 19:39:16 +01:00 committed by Christoph Junghans
parent ca90372f74
commit 86e771bdb3

View File

@ -43,3 +43,4 @@ class PyScikitImage(PythonPackage):
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-cython@0.23.4:', type='build')