From: jose.lausuch Date: Fri, 11 Dec 2015 15:46:50 +0000 (+0100) Subject: Remove gsutil python module in the docker image X-Git-Tag: brahmaputra.1.0~259 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F4365%2F1;p=functest.git 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 --- 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