From 587480213edbef615bfd841968ebdf5a90f7671b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 13 Sep 2019 09:32:48 +0200
Subject: [PATCH] [conda] Correctly pins packaging=19.0

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 274aa6bf..017bc3b7 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -50,7 +50,7 @@ requirements:
     - psutil
     # pin packaging temporarily until
     # https://github.com/ContinuumIO/anaconda-issues/issues/11236 is fixed.
-    - packaging 19.0
+    - packaging=19.0
 
 test:
   requires:
-- 
GitLab