Depend on pil
This commit is contained in:
@@ -24,8 +24,11 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyScikitImage(Package):
|
||||
"""Image processing algorithms for SciPy, including IO, morphology, filtering, warping, color manipulation, object detection, etc."""
|
||||
"""Image processing algorithms for SciPy, including IO, morphology,
|
||||
filtering, warping, color manipulation, object detection, etc."""
|
||||
|
||||
homepage = "http://scikit-image.org/"
|
||||
url = "https://pypi.python.org/packages/source/s/scikit-image/scikit-image-0.12.3.tar.gz"
|
||||
|
||||
@@ -34,7 +37,7 @@ class PyScikitImage(Package):
|
||||
extends('python', ignore=r'bin/.*\.py$')
|
||||
|
||||
depends_on('py-dask')
|
||||
depends_on('py-pillow')
|
||||
depends_on('pil')
|
||||
depends_on('py-networkx')
|
||||
depends_on('py-six')
|
||||
depends_on('py-scipy')
|
||||
|
Reference in New Issue
Block a user