]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dashboard-pull-requests: install python3 packages 1152/head
authorLaura Paduano <lpaduano@suse.com>
Thu, 11 Oct 2018 10:24:40 +0000 (12:24 +0200)
committerLaura Paduano <lpaduano@suse.com>
Mon, 15 Oct 2018 08:19:55 +0000 (10:19 +0200)
Signed-off-by: Laura Paduano <lpaduano@suse.com>
ceph-dashboard-pull-requests/setup/setup

index 9fdd1c74d54a36037b46adbe0668f56cb0780ddf..2c127dd065d6c901ae2d72232c08ad5b69103b58 100644 (file)
@@ -7,6 +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
 
 elif grep -q rhel /etc/*-release; then
     sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <<EOF
@@ -18,4 +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 python3-werkzeug python3-bcrypt python3-routes python3-requests
 fi