def subsystem_dependencies(cls): return super().subsystem_dependencies() + ( Binutils.scoped(cls), GCC.scoped(cls), LibcDev.scoped(cls), LLVM.scoped(cls), XCodeCLITools.scoped(cls), )
def _libc_dev(self): return LibcDev.scoped_instance(self)