``` for dep in element.dependencies(Scope.RUN, recurse=False): self.plan_element(dep, depth) ```