# HG changeset patch # User Gregory Szorc # Date 1569778658 25200 # Node ID dffa9d3c2491c5d4d829b6d38a995b377d40e453 # Parent cbd94ee3a72ed1cad174e4cc101d96efc08d1912 automation: install awscli and python3-boto3 packages This provides the `aws` command-line utility as well as a Python library for interacting with AWS. It is useful to have these packages installed in AMIs so you can easily interact with other AWS services. Differential Revision: https://phab.mercurial-scm.org/D6914 diff -r cbd94ee3a72e -r dffa9d3c2491 contrib/automation/hgautomation/linux.py --- a/contrib/automation/hgautomation/linux.py Sun Sep 29 10:28:01 2019 -0700 +++ b/contrib/automation/hgautomation/linux.py Sun Sep 29 10:37:38 2019 -0700 @@ -210,6 +210,7 @@ sudo apt-get update PACKAGES="\ + awscli \ btrfs-progs \ build-essential \ bzr \ @@ -251,6 +252,7 @@ python-pygments \ python-subversion \ python-vcr \ + python3-boto3 \ python3-dev \ python3-docutils \ python3-fuzzywuzzy \