automation: install awscli and python3-boto3 packages
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 29 Sep 2019 10:37:38 -0700
changeset 43015 dffa9d3c2491
parent 43014 cbd94ee3a72e
child 43016 92c8bae84e7a
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
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 \