]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dashboard-pull-requests: add new python-jwt dependency 1190/head
authorLaura Paduano <lpaduano@suse.com>
Fri, 2 Nov 2018 12:41:11 +0000 (13:41 +0100)
committerLaura Paduano <lpaduano@suse.com>
Mon, 5 Nov 2018 07:52:37 +0000 (08:52 +0100)
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 <lpaduano@suse.com>
ceph-dashboard-pull-requests/setup/setup

index 46c6550215c720e2d7b29a8a0a35ef891d3c081b..b278a40c1982d32b80e9565b12a4b5a23e53f885 100644 (file)
@@ -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 <<EOF
@@ -19,5 +19,5 @@ gpgcheck=1
 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
 EOF
     sudo yum install -y google-chrome-stable
-    sudo yum install -y python-requests pyOpenSSL python-jinja2
+    sudo yum install -y python-requests pyOpenSSL python-jinja2 python-jwt
 fi