Resolved issues of py-pillow, py-scipy and binutils dependencies. Resolves #1506

py-pillow: Remove version dependency on binutils@2.25.  In tests, it works just fine with binutils@2.26.

Fixed flake8 issues.
This commit is contained in:
Elizabeth Fischer
2016-09-14 10:56:08 -04:00
parent 1d09d1a4e2
commit 4a1df7e0b2
3 changed files with 7 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
class PyScipy(Package):
"""Scientific Library for Python."""
homepage = "http://www.scipy.org/"
url = "https://pypi.python.org/packages/source/s/scipy/scipy-0.15.0.tar.gz"
url = "https://pypi.python.org/packages/source/s/scipy/scipy-0.15.0.tar.gz"
version('0.17.0', '5ff2971e1ce90e762c59d2cd84837224')
version('0.15.1', 'be56cd8e60591d6332aac792a5880110')
@@ -36,6 +36,7 @@ class PyScipy(Package):
extends('python')
depends_on('py-nose', type='build')
depends_on('binutils@2.26:', type='build')
depends_on('py-numpy+blas+lapack', type=nolink)
def install(self, spec, prefix):