From 9eebf275123511e0f8e55491845c3828cbe5db68 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 14 Nov 2019 15:19:05 +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 b74adfa..36d1382 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