From dbc211f307240dc124871529bcb4a9852bb6abd3 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 10 Sep 2021 18:12:57 +0200
Subject: [PATCH] [conda] remove bob-devel from test requirements [skip ci]

---
 conda/meta.yaml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1c216c7..577c448 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -59,14 +59,13 @@ test:
   commands:
     - sphinx-build {{ project_dir }}/doc {{ project_dir }}/sphinx
   requires:
-    - bob-devel {{ bob_devel }}.*
-    - nose
-    - coverage
-    - sphinx
-    - sphinx_rtd_theme
-    - sphinxcontrib-programoutput
-    - graphviz
-    - font-ttf-dejavu-sans-mono
+    - nose {{ nose }}
+    - coverage {{ coverage }}
+    - sphinx {{ sphinx }}
+    - sphinx_rtd_theme {{ sphinx_rtd_theme }}
+    - sphinxcontrib-programoutput {{ sphinxcontrib_programoutput }}
+    - graphviz {{ graphviz }}
+    - font-ttf-dejavu-sans-mono {{ font_ttf_dejavu_sans_mono }}
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab