[Checkins] SVN: zopetoolkit/doc/buildout.cfg Try to get pkg_resources

Hanno Schlichting hannosch at hannosch.eu
Wed Jun 29 05:20:44 EDT 2011


Log message for revision 122036:
  Try to get pkg_resources
  

Changed:
  U   zopetoolkit/doc/buildout.cfg

-=-
Modified: zopetoolkit/doc/buildout.cfg
===================================================================
--- zopetoolkit/doc/buildout.cfg	2011-06-29 09:16:06 UTC (rev 122035)
+++ zopetoolkit/doc/buildout.cfg	2011-06-29 09:20:44 UTC (rev 122036)
@@ -5,11 +5,13 @@
 recipe = zc.recipe.egg
 interpreter = py
 extra-paths=src
-eggs = sphinx
+eggs = distribute
+       sphinx
        docutils
 
 [doc]
 recipe = zc.recipe.egg
 extra-paths=src
-eggs = sphinx
+eggs = distribute
+       sphinx
        docutils



More information about the checkins mailing list