From 576f0fd64085d43cff7ce1da16fa59a3474652e8 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 18 Apr 2018 18:03:48 +0200
Subject: [PATCH] Add beat-devel package

---
 gitlab/conda_build_config.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index 322cbe5..b1bf867 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -45,6 +45,10 @@ zip_keys:
 # packages that are used for testing packages, see the recipe of bob-devel.
 # The version here do not necessarily match the versions in bob-devel.
 
+# This version of beat-devel will be used at test time of packages:
+beat_devel:
+  - 2018.04.18
+
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
   - 2018.04.13
-- 
GitLab