[Checkins] SVN: zope.annotation/trunk/setup.py Commented out
dependencies.
Alexander Heavner
alex at zope.com
Mon Feb 19 13:58:31 EST 2007
Log message for revision 72691:
Commented out dependencies.
Changed:
U zope.annotation/trunk/setup.py
-=-
Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py 2007-02-19 17:52:29 UTC (rev 72690)
+++ zope.annotation/trunk/setup.py 2007-02-19 18:58:30 UTC (rev 72691)
@@ -34,9 +34,9 @@
namespace_packages=['zope',],
tests_require = ['zope.testing'],
- install_requires=['zope.interface',
- 'zope.component',
- 'zope.app.container'],
+ #install_requires=['zope.interface',
+ # 'zope.component'],
+ # 'zope.app.container'],
include_package_data = True,
zip_safe = False,
More information about the Checkins
mailing list