From 3138bf97dadcd21b77f7cf11fef8ad6b623f5502 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:31:40 +0200 Subject: [PATCH] added noarch python to ipaaca-py --- conda.recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index c1ffb42..6af443f 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -35,6 +35,7 @@ outputs: - libprotobuf - libboost - name: ipaaca-py + noarch: python script: install_python.sh requirements: host: -- GitLab