diff --git a/buildout.cfg b/buildout.cfg
index 1808895d285113fbd6dcecfc70fec1358e86b43a..3137b9fa0322683bb02c211336fa65dd5d22f68e 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,5 +1,5 @@
 ; vim: set fileencoding=utf-8 :
-; Sun 14 Aug 2016 18:20:14 CEST
+; Sun Oct 16 13:26:46 CEST 2016
 
 [buildout]
 parts = scripts
@@ -10,4 +10,5 @@ newest = false
 verbose = true
 
 [scripts]
-recipe = bob.buildout:scripts
\ No newline at end of file
+recipe = bob.buildout:scripts
+dependent-scripts = true
\ No newline at end of file
diff --git a/develop.cfg b/develop.cfg
index 74b60ee5a77dff632ad4f11d10a422716ca7eb97..a327cac60cb0ccd0e7ab9ad6dd5942330e390b59 100644
--- a/develop.cfg
+++ b/develop.cfg
@@ -1,29 +1,20 @@
 ; vim: set fileencoding=utf-8 :
-; Andre Anjos <andre.anjos@idiap.ch>
-; Mon 16 Apr 08:29:18 2012 CEST
+; Sun Oct 16 13:26:46 CEST 2016
 
 [buildout]
-parts = scripts
-eggs = bob.io.image
-extensions = bob.buildout
-             mr.developer
-auto-checkout = *
+extends = buildout.cfg
 develop = src/bob.extension
           src/bob.blitz
           src/bob.core
           src/bob.io.base
           .
 
-; options for bob.buildout extension
+extensions += mr.developer
+auto-checkout = *
 debug = true
-verbose = true
-newest = false
 
 [sources]
 bob.extension = git https://gitlab.idiap.ch/bob/bob.extension
 bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz
 bob.core = git https://gitlab.idiap.ch/bob/bob.core
 bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base
-
-[scripts]
-recipe = bob.buildout:scripts