From: Kefu Chai Date: Wed, 17 Oct 2018 14:34:46 +0000 (+0800) Subject: ceph-dashboard-pull-requests: install runtime dependencies of dashboard X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e24ebbd861dd7dd0dd540b60d5b6d72d1961d88c;p=ceph-build.git ceph-dashboard-pull-requests: install runtime dependencies of dashboard 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 --- diff --git a/ceph-dashboard-pull-requests/setup/setup b/ceph-dashboard-pull-requests/setup/setup index 2c127dd0..46c65502 100644 --- a/ceph-dashboard-pull-requests/setup/setup +++ b/ceph-dashboard-pull-requests/setup/setup @@ -7,7 +7,7 @@ if grep -q debian /etc/*-release; then 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 <