Merge "requirements: drop package install phase"

This commit is contained in:
Zuul 2018-07-26 13:46:03 +00:00 committed by Gerrit Code Review
commit c4af04e9d1
1 changed files with 0 additions and 16 deletions

View File

@ -2,22 +2,6 @@
set -eux
case ${distro} in
debian|ubuntu)
apt-get update
apt-get upgrade -y
apt-get install -y --no-install-recommends patch
;;
centos)
yum upgrade -y
yum install -y --setopt=skip_missing_names_on_install=False patch
;;
*)
echo "Unknown distro: ${distro}"
exit 1
;;
esac
$(dirname $0)/setup_pip.sh
pip install bindep==2.6.0