For a package graph of a->b->c (where b depends on a), transitive providers of c are a & b and their providers (or what is needed to satisfy c)
a->b->c
b
a
c
Do not use
For a package graph of
a->b->c(wherebdepends ona), transitive providers ofcarea&band their providers (or what is needed to satisfyc)