From 3ca94044cb6ca38813d3874297e91952534e015a 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 15:13:35 +0200
Subject: [PATCH] changed build requirement to protobuf to prefent version
 conflict of libprotobuf

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

diff --git a/conda.recipe/python/meta.yaml b/conda.recipe/python/meta.yaml
index dfcdbf8..3f05568 100644
--- a/conda.recipe/python/meta.yaml
+++ b/conda.recipe/python/meta.yaml
@@ -19,7 +19,7 @@ requirements:
     - python
     - pip
     - setuptools
-    - libprotobuf
+    - protobuf
 
   run:
     - python
-- 
GitLab