From 2e7f66734394dc5e749ef9ac95e46a8ded9fb2c9 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 7 Sep 2018 23:15:25 +0200 Subject: Stop cloning when running vyos_vrouter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It moves the clone operation into docker build instead. Change-Id: I296005d8638510a999665d383a26c4fcd48897a6 Signed-off-by: Cédric Ollivier --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3b82370b4..14515ba8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 PyYAML>=3.12 # MIT -GitPython>=1.0.1 # BSD License (3 clause) requests>=2.14.2 # Apache-2.0 robotframework>=3.0 scp -- cgit 1.2.3-korg