From e24ebbd861dd7dd0dd540b60d5b6d72d1961d88c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 17 Oct 2018 22:34:46 +0800 Subject: [PATCH] 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 --- ceph-dashboard-pull-requests/setup/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <