From f1a35ae31f22cea1bb60d95a4d13237d96fb7c97 Mon Sep 17 00:00:00 2001
From: Pavel Korshunov <pavel.korshunov@idiap.ch>
Date: Tue, 13 Feb 2018 17:45:29 +0100
Subject: [PATCH] fixing builds

---
 conda/meta.yaml           | 3 ++-
 doc/extra-intersphinx.txt | 3 ++-
 requirements.txt          | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index ce7ce0f..cad428e 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -28,8 +28,8 @@ requirements:
     - bob.io.base
     - bob.bio.base
     - bob.bio.video
-    - bob.learn.libsvm
     - bob.learn.linear
+    - bob.learn.libsvm
   run:
     - python
     - setuptools
@@ -48,6 +48,7 @@ test:
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
   requires:
     - bob-devel {{ bob_devel }}.*
+    - bob.learn.linear
     - nose
     - gridtk
     - coverage
diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt
index 0f368db..cc67f4c 100644
--- a/doc/extra-intersphinx.txt
+++ b/doc/extra-intersphinx.txt
@@ -9,4 +9,5 @@ bob.pad.voice
 bob.db.voicepa
 bob.bio.spear
 bob.bio.face
-bob.pad.face
\ No newline at end of file
+bob.pad.face
+bob.learn.linear
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 2bd344b..a85091a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,5 @@ bob.db.base
 bob.io.base
 bob.bio.base
 bob.bio.video
-bob.learn.libsvm
\ No newline at end of file
+bob.learn.libsvm
+bob.learn.linear
\ No newline at end of file
-- 
GitLab