Only kill the database if it's really set up.
[mediagoblin.git] / buildout.cfg
index 2b36fb7cecc0fac7b54a8b9b82bed17cce19b978..a77bf93cc034ad32a451ecddb701c33c711b250f 100644 (file)
@@ -5,7 +5,10 @@ parts = mediagoblin make_user_dev_dirs
 [mediagoblin]
 recipe=zc.recipe.egg
 interpreter=python
-eggs=mediagoblin
+dependent-scripts = true
+eggs=
+    python-dateutil>=1.5.0,<2.0.0
+    mediagoblin
 entry-points = 
     nosetests=nose:run_exit
     paster=paste.script.command:run