mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
Merged in add-lxml-to-python-env (pull request #119)
DCD-1124: Add 'lxml' as a depenency to ansible python env Approved-by: Geoff Jacobs Approved-by: Ben Partridge
This commit is contained in:
@@ -8,7 +8,10 @@ if [[ $ID = "amzn" ]]; then
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python2-boto3 \
|
||||
python2-botocore
|
||||
python2-botocore \
|
||||
python-pip
|
||||
|
||||
python -m pip install lxml
|
||||
|
||||
else
|
||||
# FIXME: Currently assumes Debian-based
|
||||
|
||||
Reference in New Issue
Block a user