From ff711291d39b1e850405120223070d8ec0ba9580 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 11 Dec 2015 16:46:50 +0100 Subject: Remove gsutil python module in the docker image It is not used since it will be used only in the jumphost to push things to the artifact repository Change-Id: Idabc6e68b44ee87310a3875b834fc92508a1d511 Signed-off-by: jose.lausuch --- docker/requirements.pip | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/requirements.pip b/docker/requirements.pip index 741041ec0..43777e87f 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -11,5 +11,4 @@ pexpect==4.0 requests==2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 -robotframework-sshlibrary==2.1.1 -gsutil==4.16 +robotframework-sshlibrary==2.1.1 \ No newline at end of file -- cgit 1.2.3-korg