Forgot the unknown key/value pair
This commit is contained in:
parent
ea88d9cfe9
commit
798dabc8f2
@ -145,7 +145,8 @@ def __call__(self, stage):
|
|||||||
'cmake': "depends_on('cmake')",
|
'cmake': "depends_on('cmake')",
|
||||||
'scons': "depends_on('scons')",
|
'scons': "depends_on('scons')",
|
||||||
'python': "extends('python')",
|
'python': "extends('python')",
|
||||||
'R': "extends('R')"
|
'R': "extends('R')",
|
||||||
|
'unknown': "# depends_on('foo')"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default installation instructions
|
# Default installation instructions
|
||||||
|
Loading…
Reference in New Issue
Block a user