in reply to get package x to import package y if you use package z
Having said that, what I find the cleanest solution is that if package X needs package Y, that then package X uses Y itself instead of some other package providing that for it. Less action on a distance.
|
|---|