[Checkins] SVN: zope.configuration/trunk/ no more need for a Zope 3 checkout, tests pass with just the dependencies in

Benji York benji at zope.com
Thu Mar 1 16:57:57 EST 2007


Log message for revision 72952:
  no more need for a Zope 3 checkout, tests pass with just the dependencies in
  setup.py
  

Changed:
  U   zope.configuration/trunk/buildout.cfg
  U   zope.configuration/trunk/setup.py

-=-
Modified: zope.configuration/trunk/buildout.cfg
===================================================================
--- zope.configuration/trunk/buildout.cfg	2007-03-01 21:57:02 UTC (rev 72951)
+++ zope.configuration/trunk/buildout.cfg	2007-03-01 21:57:56 UTC (rev 72952)
@@ -1,14 +1,9 @@
 [buildout]
 develop = .
-parts = zope3 test
+parts = test
 
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.configuration
-extra-paths = parts/zope3/src
-
-[zope3]
-recipe = zc.recipe.zope3checkout
-url = svn://svn.zope.org/repos/main/Zope3/trunk

Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2007-03-01 21:57:02 UTC (rev 72951)
+++ zope.configuration/trunk/setup.py	2007-03-01 21:57:56 UTC (rev 72952)
@@ -36,6 +36,7 @@
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.schema',
+                        'setuptools',
                        ],
       include_package_data = True,
       zip_safe = False,



More information about the Checkins mailing list