[Checkins] SVN: zope.index/trunk/setup.py Removed persistent,
transaction and BTrees from the list of dependencies
Alexander Heavner
alex at zope.com
Tue Feb 20 13:59:53 EST 2007
Log message for revision 72728:
Removed persistent, transaction and BTrees from the list of dependencies
because they are packaged as part of ZODB3, not separately. I also added
ZODB3 to allow for these dependencies.
Changed:
U zope.index/trunk/setup.py
-=-
Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py 2007-02-20 18:51:03 UTC (rev 72727)
+++ zope.index/trunk/setup.py 2007-02-20 18:59:53 UTC (rev 72728)
@@ -34,10 +34,7 @@
namespace_packages=['zope',],
tests_require = ['zope.testing'],
- install_requires=['BTrees',
- 'ZODB',
- 'persistent',
- 'transaction',
+ install_requires=['ZODB3',
'zope.interface'],
include_package_data = True,
More information about the Checkins
mailing list