drop system lxml; install with pipenv instead

This commit is contained in:
Lee Goolsbee
2022-09-27 09:45:04 -05:00
parent 0926e8c2ea
commit 45dbd4839b
3 changed files with 91 additions and 44 deletions

View File

@@ -10,8 +10,7 @@ if [[ $ID = "amzn" ]]; then
python2-pip \
python38 \
python38-pip \
python38-devel \
python-lxml
python38-devel
else
# FIXME: Currently assumes Debian-based
apt-get update && \