install: Install python3, python3-six

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2016-11-22 04:55:52 -05:00
committed by Tim Abbott
parent 1ea8abe493
commit 2d6525df04

View File

@@ -25,7 +25,7 @@ ZULIP_PATH="$(realpath $(dirname $0)/../..)"
"$ZULIP_PATH"/scripts/lib/setup-apt-repo
apt-get -y dist-upgrade $APT_OPTIONS
apt-get install -y puppet git python python-six crudini $ADDITIONAL_PACKAGES
apt-get install -y puppet git python python3 python-six python3-six crudini $ADDITIONAL_PACKAGES
# Create and activate a virtualenv
if [ "$VIRTUALENV_NEEDED" = "yes" ]; then