Forgot the unknown key/value pair
This commit is contained in:
parent
ea88d9cfe9
commit
798dabc8f2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue