[Checkins] SVN: zope.annotation/trunk/setup.py added note to setup.py to indicate what the dependency should be changed back to later.

Michael Bernstein webmaven at cox.net
Wed Feb 28 17:24:16 EST 2007


Log message for revision 72925:
  added note to setup.py to indicate what the dependency should be changed back to later.

Changed:
  U   zope.annotation/trunk/setup.py

-=-
Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2007-02-28 22:22:12 UTC (rev 72924)
+++ zope.annotation/trunk/setup.py	2007-02-28 22:24:16 UTC (rev 72925)
@@ -37,7 +37,7 @@
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.component',
-                        'zope.app'],
+                        'zope.app'], # should be zope.app.container, when an egg of that is available.
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list