MCPcopy Index your code
hub / github.com/aws/aws-cli / install_setup_deps

Function install_setup_deps

scripts/install_deps.py:63–70  ·  view source on GitHub ↗
(pip_script, setup_package_dir)

Source from the content-addressed store, hash-verified

61
62
63def install_setup_deps(pip_script, setup_package_dir):
64 # These packages need to be installed in this order before we
65 # attempt anything else in order to support PEP517 setup_requires
66 # specifications.
67
68 # We need setuptools >= 37.0.0 for setuptools_scm to work properly
69 for setup_dep in SETUP_DEPS:
70 find_and_install_tarball(setup_package_dir, setup_dep, pip_script)
71
72
73def install_packages(package_dir):

Callers 1

pip_install_packagesFunction · 0.85

Calls 1

find_and_install_tarballFunction · 0.85

Tested by

no test coverage detected