install lxml to system python via yum package instead of root user pip install

This commit is contained in:
Lee Goolsbee
2021-02-26 17:55:20 -06:00
parent 87e59aba64
commit 2b1c0de1a2

View File

@@ -9,9 +9,7 @@ if [[ $ID = "amzn" ]]; then
python3-pip \
python2-boto3 \
python2-botocore \
python-pip
python -m pip install lxml
python-lxml
else
# FIXME: Currently assumes Debian-based