From e813a21a39b0e08756d1fc2d0b8ab149e20a3f11 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 28 Sep 2017 18:16:13 +0200
Subject: [PATCH] add pip as build dependency

---
 templates/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/meta.yaml b/templates/meta.yaml
index 7018bf5..b8fc554 100644
--- a/templates/meta.yaml
+++ b/templates/meta.yaml
@@ -21,6 +21,7 @@ requirements:
   build:
     - python {{ python }}
     - setuptools {{ setuptools }}
+    - pip {{ pip }}
     <BUILD_DEPS>
   run:
     - python
-- 
GitLab