Updated cmor: corrected way to set constraints for the extendee. (#2543)

This commit is contained in:
Sergey Kosukhin 2016-12-11 20:37:00 +01:00 committed by Todd Gamblin
parent 70f1e92951
commit 42dbd4f855

View File

@ -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')