Forgot the unknown key/value pair

This commit is contained in:
Adam J. Stewart 2016-06-27 09:01:53 -05:00
parent ea88d9cfe9
commit 798dabc8f2

View file

@ -145,7 +145,8 @@ def __call__(self, stage):
'cmake': "depends_on('cmake')",
'scons': "depends_on('scons')",
'python': "extends('python')",
'R': "extends('R')"
'R': "extends('R')",
'unknown': "# depends_on('foo')"
}
# Default installation instructions