From 6224d8fe4f9ad3fde224bf3d6ff4e172d2ad39a3 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Thu, 22 Sep 2016 18:19:44 +0200
Subject: [PATCH] zc.recipe.egg wheel is broken

---
 install/extra-wheels.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/install/extra-wheels.sh b/install/extra-wheels.sh
index 86d3d00..e101d11 100755
--- a/install/extra-wheels.sh
+++ b/install/extra-wheels.sh
@@ -26,4 +26,3 @@ else
   CFLAGS="-I${CONDA_PREFIX}/include -mmacosx-version-min=10.9" LDFLAGS="-L${CONDA_PREFIX}/lib -lvl -Wl,-headerpad_max_install_names" pip --no-cache-dir wheel --no-deps ${CYVLFEAT}
 fi
 pip --no-cache-dir wheel --no-deps ${MENPO}
-pip --no-cache-dir wheel --no-deps zc.recipe.egg
-- 
GitLab