From 66bb9befba18969ec6dd080ced4ad90c78a43f74 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:49:01 +0200 Subject: [PATCH] added missing ' to compatibility pinning --- conda.recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 7e8515d..1764a24 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -32,7 +32,7 @@ outputs: run: - mosquitto - - {{ pin_compatible(libprotobuf) }} + - {{ pin_compatible('libprotobuf') }} - libboost - name: ipaaca-py noarch: python -- GitLab