From 22b5c67bed561b24d699fbb537633372182e9195 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 22 Sep 2016 22:14:31 +0200
Subject: [PATCH] Remove specificity for bob.buildout

---
 gitlab/before_build.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh
index 99f07a9..e5f75a6 100755
--- a/gitlab/before_build.sh
+++ b/gitlab/before_build.sh
@@ -55,11 +55,6 @@ else
   log_info "Using python: ${use_python}"
 fi
 
-# zc.recipe.egg needs some special installation instructions
-if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
-  run_cmd ${use_pip} install --no-binary ":all:" zc.recipe.egg
-fi
-
 # Install this package's build dependencies
 PIPOPTS="--find-links ${WHEELS_REPOSITORY} --trusted-host ${WHEELS_SERVER}"
 PIPOPTS="${PIPOPTS} --pre --use-wheel --no-index"
-- 
GitLab