From 082c41b8d8100cc2ca242a5e8d072386c7ab6db9 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Sun, 13 Dec 2020 15:14:23 +0100
Subject: [PATCH] Moved bob.pipelines under bob.db.base

---
 buildout.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 10a859a..22d7def 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -9,11 +9,11 @@ develop = src/bob.buildout
        src/bob.blitz
        src/bob.core
        src/bob.io.base
-       src/bob.pipelines
        src/bob.math
        src/bob.measure
        src/bob.io.image
        src/bob.db.base
+       src/bob.pipelines
        src/bob.io.video
        src/bob.io.audio
        src/bob.sp
@@ -102,11 +102,11 @@ eggs = bob.buildout
        bob.blitz
        bob.core
        bob.io.base
-       bob.pipelines
        bob.math
        bob.measure
        bob.io.image
        bob.db.base
+       bob.pipelines
        bob.io.video
        bob.io.audio
        bob.sp
-- 
GitLab