Lines Matching full:packages
9 python and installs them under our own autotest/site-packages/ directory.
21 # bring in site packages as well
27 # Where packages will be installed to relative to the top of the autotest tree.
28 INSTALL_DIR = 'site-packages'
30 # Installs all packages, even if the system already has the version required
34 # Want to add more packages to fetch, build and install? See the class
95 @param dest_dir: Directory the packages should be fetched into.
96 @param install_dir: Directory where packages will later installed.
127 def build_and_install_packages(packages, install_dir): argument
129 Builds and installs all packages into install_dir.
131 @param packages - A list of already fetched ExternalPackage instances.
132 @param install_dir - Directory the packages should be installed into.
137 for package in packages: