some of them are already fulfilled by the build time dependencies. and
since mgr is built with python2 runtime, so we don't need to install
python3 modules.
Signed-off-by: Kefu Chai <kchai@redhat.com>
sudo apt-key add linux_signing_key.pub
sudo apt-get update
sudo apt-get install -y google-chrome-stable
- sudo apt-get install -y python3-werkzeug python3-bcrypt python3-routes python3-requests
+ sudo apt-get install -y python-requests python-openssl python-jinja2
elif grep -q rhel /etc/*-release; then
sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <<EOF
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
EOF
sudo yum install -y google-chrome-stable
- sudo yum install -y python3-werkzeug python3-bcrypt python3-routes python3-requests
+ sudo yum install -y python-requests pyOpenSSL python-jinja2
fi