[Checkins] SVN: Zope/trunk/buildout.cfg Remove the dependencies part, there's no real use for it right now

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 13:19:39 EDT 2010


Log message for revision 111658:
  Remove the dependencies part, there's no real use for it right now
  

Changed:
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2010-04-30 17:17:20 UTC (rev 111657)
+++ Zope/trunk/buildout.cfg	2010-04-30 17:19:39 UTC (rev 111658)
@@ -6,7 +6,6 @@
     zopepy
     alltests
     allpy
-    dependencies
     docs
 
 extends = versions.cfg
@@ -90,17 +89,6 @@
 scripts = allpy
 
 
-[dependencies]
-recipe = z3c.recipe.depgraph
-eggs = ${alltests:eggs}
-variants = base tred
-extras = True
-exclude =
-    ClientForm
-    docutils
-    mechanize
-
-
 [docs]
 recipe = zc.recipe.egg
 eggs = Sphinx



More information about the checkins mailing list