From: Laura Paduano Date: Fri, 2 Nov 2018 12:41:11 +0000 (+0100) Subject: ceph-dashboard-pull-requests: add new python-jwt dependency X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1190%2Fhead;p=ceph-build.git 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 --- 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 <