raiseMesonException("submodule {} relies on ancestor module {} that was not found.".format(submodmatch.group(2).lower(),ancestor_child.split('_')[0]))
raiseMesonException("submodule {} relies on ancestor module {} that was not found.".format(submodmatch.group(2).lower(),ancestor_child.split('_',maxsplit=1)[0]))