diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 5c5de7dd0b..c3e5d83ee8 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -172,7 +172,7 @@ def remove_transitive_deps(pkg, deps): # List of dependencies that all/many packages have, and that we want # to trim when generating the dependency graph. -MANDATORY_DEPS = ['toolchain', 'skeleton'] +MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton'] # This function removes the dependency on some 'mandatory' package, like the