From 52fa8350dd646f543895e92d624b95ad1b635d39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20P=C3=B6ppel?= <jpoeppel@techfak.uni-bielefeld.de>
Date: Thu, 12 Sep 2019 19:30:19 +0200
Subject: [PATCH] another try to fix dependency conflicts

---
 conda.recipe/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index c1ffb42..3d6c024 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -26,13 +26,13 @@ outputs:
     script: install_cpp.sh
     requirements:
       host:
-        - libprotobuf
+        - protobuf
         - mosquitto
         - libboost
 
       run:
         - mosquitto
-        - libprotobuf
+        - {{ pin_compatible(libprotobuf) }}
         - libboost
   - name: ipaaca-py
     script: install_python.sh
-- 
GitLab