Searched refs:MANDATORY_DEPS (Results 1 – 1 of 1) sorted by relevance
118 MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip', 'host-ccache'] variable124 return [p for p in deps[pkg] if p not in MANDATORY_DEPS]130 return [p for p in deps[pkg] if p in MANDATORY_DEPS]314 exclude_list += MANDATORY_DEPS