diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 3143c61cc4..29134c8237 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', 'host-skeleton', 'host-tar'] +MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip'] # This function removes the dependency on some 'mandatory' package, like the