From a41a60cafa431b9a915643b046d6027337b39c86 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 25 Jan 2019 18:48:53 +0100
Subject: [PATCH] [templates] Small fixes

---
 bob/devtools/templates/conda/meta.yaml | 5 +++--
 bob/devtools/templates/doc/index.rst   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bob/devtools/templates/conda/meta.yaml b/bob/devtools/templates/conda/meta.yaml
index 4fd8b9e9..1d480ff6 100644
--- a/bob/devtools/templates/conda/meta.yaml
+++ b/bob/devtools/templates/conda/meta.yaml
@@ -38,7 +38,8 @@ test:
     - conda inspect linkages -p $PREFIX {{ name }}  # [not win]
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
   requires:
-    - bob-devel {{ bob_devel }}.*
+    - bob-devel {{ bob_devel }}.*(% if group == 'beat' %)
+    - beat-devel {{ beat_devel }}.*(% endif %)
     - nose
     - coverage
     - sphinx
@@ -46,7 +47,7 @@ test:
     # extend this list with further test-time-only dependencies
 
 about:
-  home: https://www.idiap.ch/software/bob/
+  home: https://www.idiap.ch/software/{{ group }}/
   license: (% if license == 'gplv3' %)GNU General Public License v3 (GPLv3)(% else %)BSD 3-Clause(% endif %)
   license_family: (% if license == 'gplv3' %)GPL(% else %)BSD(% endif %)
   summary: (( title ))
diff --git a/bob/devtools/templates/doc/index.rst b/bob/devtools/templates/doc/index.rst
index 39014e71..797237ba 100644
--- a/bob/devtools/templates/doc/index.rst
+++ b/bob/devtools/templates/doc/index.rst
@@ -1,6 +1,6 @@
 .. -*- coding: utf-8 -*-
 
-.. _{{ package }}:
+.. _{{ name }}:
 
 {{ rst_title }}
 
-- 
GitLab