[Checkins] SVN: zope.index/trunk/ - update dependency information

Fred L. Drake, Jr. fdrake at gmail.com
Thu Apr 26 12:53:44 EDT 2007


Log message for revision 74789:
  - update dependency information
  - ignore more buildout/distutils turds
  

Changed:
  _U  zope.index/trunk/
  U   zope.index/trunk/setup.py

-=-

Property changes on: zope.index/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + .installed.cfg
bin
build
develop-eggs
dist
eggs
lib
parts
setup.cfg


Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py	2007-04-26 15:00:55 UTC (rev 74788)
+++ zope.index/trunk/setup.py	2007-04-26 16:53:44 UTC (rev 74789)
@@ -35,7 +35,7 @@
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
       install_requires=['setuptools',
-                        'ZODB3',
+                        'ZODB3 >=3.8.0a1.dev-r74780',
                         'zope.interface'],
       include_package_data = True,
 



More information about the Checkins mailing list