Add python-pip as package dependency for archlinux (#7041)

This commit is contained in:
Yang Li 2019-10-19 08:22:54 +08:00 committed by Drashna Jaelre
parent 5b311965f8
commit 5c1b7fb502
1 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
gcc \
git \
python \
python-pip \
unzip \
wget \
zip
@ -213,4 +214,4 @@ else
fi
# Global install tasks
pip3 install -r ${util_dir}/../requirements.txt
pip3 install --user -r ${util_dir}/../requirements.txt