From 45cd5156a615b11aa4b316920c4b8d46fb0166bb Mon Sep 17 00:00:00 2001 From: Laura Paduano Date: Wed, 11 Dec 2019 09:09:49 +0100 Subject: [PATCH] ceph-dashboard-pull-requests: Update dependencies Signed-off-by: Laura Paduano --- scripts/e2e/install-e2e-tests-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/e2e/install-e2e-tests-deps.sh b/scripts/e2e/install-e2e-tests-deps.sh index 9e9db107..b05cef03 100644 --- a/scripts/e2e/install-e2e-tests-deps.sh +++ b/scripts/e2e/install-e2e-tests-deps.sh @@ -11,7 +11,7 @@ if grep -q debian /etc/*-release; then curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo apt-get update sudo apt-get install -y google-chrome-stable - sudo apt-get install -y python-requests python-openssl python-jinja2 python-jwt + sudo apt-get install -y python-requests python-openssl python-jinja2 python-jwt python-scipy sudo rm /etc/apt/sources.list.d/google-chrome.list elif grep -q rhel /etc/*-release; then sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <