Updated cmor: corrected way to set constraints for the extendee. (#2543)
This commit is contained in:
parent
70f1e92951
commit
42dbd4f855
@ -45,7 +45,8 @@ class Cmor(AutotoolsPackage):
|
||||
depends_on('udunits2')
|
||||
depends_on('hdf5@:1.8')
|
||||
|
||||
extends('python@:2.7', when='+python')
|
||||
extends('python', when='+python')
|
||||
depends_on('python@:2.7', when='+python')
|
||||
depends_on('py-numpy', type=nolink, when='+python')
|
||||
|
||||
@AutotoolsPackage.precondition('configure')
|
||||
|
Loading…
Reference in New Issue
Block a user