From 8ab571bac698ad1209d327b259b16c1482b836ea Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Mon, 1 Jun 2015 11:21:39 +0200
Subject: [PATCH] Added two missing packages

---
 buildout.cfg     | 4 ++++
 requirements.txt | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/buildout.cfg b/buildout.cfg
index ea8f7790..026c9c5b 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -20,7 +20,9 @@ develop = src/bob.extension
           src/bob.sp
           src/bob.learn.em
           src/bob.measure
+          src/bob.db.base
           src/bob.db.verification.utils
+          src/bob.db.verification.filelist
           src/bob.db.atnt
           src/bob.io.image
           .
@@ -41,7 +43,9 @@ bob.sp = git https://github.com/bioidiap/bob.sp
 bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
 bob.learn.em = git https://github.com/bioidiap/bob.learn.em
 bob.measure = git https://github.com/bioidiap/bob.measure
+bob.db.base = git https://github.com/bioidiap/bob.db.base
 bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
+bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist
 bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
 bob.io.image = git https://github.com/bioidiap/bob.io.image
 
diff --git a/requirements.txt b/requirements.txt
index 754f8e27..a9e9258f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,9 @@ bob.learn.linear
 bob.sp
 bob.learn.em
 bob.measure
+bob.db.base
 bob.db.verification.utils
+bob.db.verification.filelist
 bob.db.atnt  # for test purposes
 bob.io.image # for test purposes
 matplotlib   # for plotting
-- 
GitLab