Lines Matching full:dependencies
8 # dependencies for the current configuration.
10 # of dependencies for the given package name.
16 # * Some packages have dependencies that depend on the Buildroot
19 # dependencies as they are with the current Buildroot
68 # transitive) of pkg2, dependencies being listed in the deps
93 # This function eliminates transitive dependencies; for example, given
98 # - if d[i] is a dependency of any of the other dependencies d[j]
116 # List of dependencies that all/many packages have, and that we want
127 # This function returns all dependencies of pkg that are part of the
128 # mandatory dependencies:
163 # For the direct dependencies, find and eliminate mandatory
241 parser = argparse.ArgumentParser(description="Graph packages dependencies")
247 help="Graph the dependencies of PACKAGE")
258 help="Like if -x was passed for all mandatory dependencies.")
268 help="Draw (do not draw) transitive dependencies")
270 help="Draw direct dependencies (the default)")
272 help="Draw reverse dependencies")