Merged in lxml-from-yum (pull request #134)

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

Approved-by: Ben Partridge
This commit is contained in:
Lee Goolsbee
2021-03-02 16:53:43 +00:00

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