From 799c8fda381ec96090c5b6f91f2d8c35aff9a0de Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Fri, 2 Nov 2018 13:41:11 +0100 Subject: [PATCH] ceph-dashboard-pull-requests: add new python-jwt dependency Since the JWT PR (#22833) has been merged a new dependency has been introduced which is now missing for the dashboard Jenkins job Signed-off-by: Laura Paduano --- 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 46c65502..b278a40c 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 python-requests python-openssl python-jinja2 + sudo apt-get install -y python-requests python-openssl python-jinja2 python-jwt elif grep -q rhel /etc/*-release; then sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <