mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
DCD-686: We still need some python2 packages.
This commit is contained in:
@@ -6,8 +6,12 @@ source /etc/os-release
|
|||||||
if [[ $ID = "amzn" ]]; then
|
if [[ $ID = "amzn" ]]; then
|
||||||
yum install -y \
|
yum install -y \
|
||||||
python3-devel \
|
python3-devel \
|
||||||
python3-pip
|
python3-pip \
|
||||||
|
python2-boto3 \
|
||||||
|
python2-botocore
|
||||||
|
|
||||||
else
|
else
|
||||||
|
# FIXME: Currently assumes Debian-based
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user