Automatically add deptype to newly created packages
This commit is contained in:
		| @@ -142,9 +142,9 @@ def __call__(self, stage): | |||||||
|         # Build dependencies and extensions |         # Build dependencies and extensions | ||||||
|         dependenciesDict = { |         dependenciesDict = { | ||||||
|             'autotools': "# depends_on('foo')", |             'autotools': "# depends_on('foo')", | ||||||
|             'cmake':     "depends_on('cmake')", |             'cmake':     "depends_on('cmake', type='build')", | ||||||
|             'scons':     "depends_on('scons')", |             'scons':     "depends_on('scons', type='build')", | ||||||
|             'python':    "extends('python')", |             'python':    "extends('python', type=nolink)", | ||||||
|             'R':         "extends('R')", |             'R':         "extends('R')", | ||||||
|             'unknown':   "# depends_on('foo')" |             'unknown':   "# depends_on('foo')" | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart