From 89ed2fe94bdac67aac71cbc76a8ecbd25cd72153 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 14 Nov 2019 15:31:35 +0100 Subject: [PATCH] [conda] Remove "license_file" keyword from recipe (addresses bob/bob.devtools#44, see bob/bob.devtools!127) --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 0a33ea32..1a7c95ac 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -39,6 +39,7 @@ requirements: - matplotlib - tqdm - tabulate + - bob.core test: imports: @@ -75,4 +76,3 @@ about: home: https://www.idiap.ch/software/bob/ license: GNU General Public License v3 (GPLv3) license_family: GPL - license_file: ../LICENSE -- GitLab