From 105c687218afa6e8e160cf49056cd2124e578ade Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 28 Aug 2019 18:19:18 +0200
Subject: [PATCH] [bob-devel] Pin packaging to 19.0 temporarily Until
 https://github.com/ContinuumIO/anaconda-issues/issues/11236 is fixed

---
 conda/beat-devel/meta.yaml | 4 ++--
 conda/bob-devel/meta.yaml  | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml
index ad9b6914..60294bbf 100644
--- a/conda/beat-devel/meta.yaml
+++ b/conda/beat-devel/meta.yaml
@@ -2,7 +2,7 @@
 {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
 package:
   name: beat-devel
-  version: 2019.08.26
+  version: 2019.08.28
 
 build:
   # the build number must be zero all the time.
@@ -15,7 +15,7 @@ build:
 requirements:
   host:
     - python {{ python }}
-    - bob-devel 2019.08.26
+    - bob-devel 2019.08.28
     - docker-py 4.0.2
     - flask 1.0.2
     - flask-cors 3.0.7
diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml
index 8f4acd2e..08a6cfae 100644
--- a/conda/bob-devel/meta.yaml
+++ b/conda/bob-devel/meta.yaml
@@ -4,7 +4,7 @@ package:
   name: bob-devel
   # please update the version of beat-devel and update bob-devel's version
   # there as well in the same merge request.
-  version: 2019.08.26
+  version: 2019.08.28
 
 build:
   # the build number must be zero all the time.
@@ -56,6 +56,9 @@ requirements:
     - nose 1.3.7
     - numpy 1.16.4
     - opencv 3.4.2
+    # pin packaging temporarily until
+    # https://github.com/ContinuumIO/anaconda-issues/issues/11236 is fixed.
+    - packaging 19.0
     - pillow 6.1.0
     - pkg-config 0.29.2
     - pyedflib 0.1.14
-- 
GitLab