mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user