From cbe860ab9e535cdbe5080b9854c2a7698ab3321f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 13 Aug 2019 14:47:57 +0200
Subject: [PATCH] [conda] Pin conda to 4.6 to avoid upgrade issues (bis)

---
 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 a5d2b0ad..7d3ae0f7 100644
--- a/bob/devtools/bootstrap.py
+++ b/bob/devtools/bootstrap.py
@@ -422,7 +422,7 @@ if __name__ == "__main__":
     with open(condarc, "wt") as f:
         f.write(_BASE_CONDARC)
 
-    conda_version = "4"
+    conda_version = "4.6"
     conda_build_version = "3.16"
     conda_verify_version = "3"
 
diff --git a/conda/meta.yaml b/conda/meta.yaml
index ab99512b..4c36a3c4 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -31,7 +31,7 @@ requirements:
     - black >=19
     - click >=7
     - click-plugins
-    - conda=4
+    - conda=4.6
     - conda-build=3.16
     - conda-verify=3
     - certifi
-- 
GitLab