Bug fix capturing which packages work with which binutils.
This commit is contained in:
parent
4a1df7e0b2
commit
595ec7e034
@ -66,8 +66,7 @@ class PyPillow(Package):
|
||||
|
||||
# Required dependencies
|
||||
extends('python')
|
||||
# Known not to work with 2.23, 2.25
|
||||
depends_on('binutils@2.26:', type='build')
|
||||
depends_on('binutils', type='build')
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
||||
# Recommended dependencies
|
||||
|
@ -36,6 +36,7 @@ class PyScipy(Package):
|
||||
|
||||
extends('python')
|
||||
depends_on('py-nose', type='build')
|
||||
# Known not to work with 2.23, 2.25
|
||||
depends_on('binutils@2.26:', type='build')
|
||||
depends_on('py-numpy+blas+lapack', type=nolink)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user