From 33dfa1ccbc7da50ba2ef7e7f08f04b8fdf7fa219 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Mon, 7 Oct 2019 08:52:07 +0200
Subject: [PATCH] Pinning conda-build 3.17

---
 bob/devtools/bootstrap.py | 2 +-
 conda/meta.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py
index cd4ae12f..115183a2 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -448,7 +448,7 @@ if __name__ == "__main__":
                 ))
 
     conda_version = "4"
-    conda_build_version = "3"
+    conda_build_version = "3.17"
     conda_verify_version = "3"
 
     conda_verbosity = []
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 059b5658..e2e34699 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -32,7 +32,7 @@ requirements:
     - click >=7
     - click-plugins
     - conda=4
-    - conda-build=3
+    - conda-build=3.17
     - conda-verify=3
     - certifi
     - docformatter
-- 
GitLab