[Checkins] SVN: Products.CMFCalendar/branches/2.1/setup.py CMF 2.1 works just fine with GS 1.4, and there is no reason to believe it will not work with any later versions, so remove the <1.3.999 restriction. This makes it possible to use the CMF eggs with Plone, which requires GS 1.4

Wichert Akkerman wichert at wiggy.net
Wed Sep 10 01:41:00 EDT 2008


Log message for revision 91014:
  CMF 2.1 works just fine with GS 1.4, and there is no reason to believe it will not work with any later versions, so remove the <1.3.999 restriction. This makes it possible to use the CMF eggs with Plone, which requires GS 1.4

Changed:
  U   Products.CMFCalendar/branches/2.1/setup.py

-=-
Modified: Products.CMFCalendar/branches/2.1/setup.py
===================================================================
--- Products.CMFCalendar/branches/2.1/setup.py	2008-09-10 05:40:40 UTC (rev 91013)
+++ Products.CMFCalendar/branches/2.1/setup.py	2008-09-10 05:41:00 UTC (rev 91014)
@@ -48,7 +48,7 @@
           'Products.CMFDefault',
           'Products.CMFTopic',
           'Products.DCWorkflow',
-          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
+          'Products.GenericSetup >= 1.3.3',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list