From 2a8a5dd19ac5fe6a15432e9f3b458ce39891176d Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 14 Nov 2019 15:18:58 +0100
Subject: [PATCH] [conda] Completely remove "license_file" entry on conda
 recipes (see bob/bob.devtools#44 and bob/bob.devtools!127)

---
 conda/meta.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 75dd6a8..2b78979 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -62,4 +62,3 @@ about:
   home: https://www.idiap.ch/software/bob/
   license: BSD License
   license_family: BSD
-  license_file: ../LICENSE
\ No newline at end of file
-- 
GitLab