[Checkins] SVN: Products.CMFCore/trunk/setup.py Add dependency for five.localsitemanager. Not that we still include it as an external as well so we can use CMFCore in the product bundle

Wichert Akkerman wichert at wiggy.net
Wed Nov 14 16:48:14 EST 2007


Log message for revision 81844:
  Add dependency for five.localsitemanager. Not that we still include it as an external as well so we can use CMFCore in the product bundle

Changed:
  U   Products.CMFCore/trunk/setup.py

-=-
Modified: Products.CMFCore/trunk/setup.py
===================================================================
--- Products.CMFCore/trunk/setup.py	2007-11-14 19:34:42 UTC (rev 81843)
+++ Products.CMFCore/trunk/setup.py	2007-11-14 21:48:14 UTC (rev 81844)
@@ -48,6 +48,7 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
+          'five.localsitemanager>=0.2',
 #          'Zope >= 2.10'
           ],
       entry_points="""



More information about the Checkins mailing list