[Checkins] SVN: zope.rdb/trunk/setup.py Removed persistent and
transaction as dependencies because they are no packaged
Alexander Heavner
alex at zope.com
Tue Feb 20 13:51:04 EST 2007
Log message for revision 72727:
Removed persistent and transaction as dependencies because they are no packaged
separately. Since they are packaged under ZODB3, it was added as a dependency.
Changed:
U zope.rdb/trunk/setup.py
-=-
Modified: zope.rdb/trunk/setup.py
===================================================================
--- zope.rdb/trunk/setup.py 2007-02-20 18:37:31 UTC (rev 72726)
+++ zope.rdb/trunk/setup.py 2007-02-20 18:51:03 UTC (rev 72727)
@@ -39,9 +39,8 @@
namespace_packages=['zope',],
tests_require = ['zope.testing'],
- install_requires=['persistent',
- 'transaction',
- 'zope.interface',
+ install_requires=['ZODB3',
+ 'zope.interface',
'zope.i18nmessageid',
'zope.security',
'zope.configuration',
More information about the Checkins
mailing list