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:
Dylan Rathbone
2020-11-03 06:38:10 +00:00

View File

@@ -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