Add py-pillow explicit dependency

This commit is contained in:
Matthew Krafczyk
2017-01-16 11:25:45 -05:00
parent aa3cc0ea81
commit f10c3ca55e

View File

@@ -65,6 +65,7 @@ class PyYt(Package):
depends_on("py-scipy", type=('build', 'run'), when="+scipy")
depends_on("py-setuptools", type="build")
depends_on("py-sympy", type=('build', 'run'))
depends_on("py-pillow", type=('build', 'run'))
depends_on("python @2.7:2.999,3.4:")
def install(self, spec, prefix):