[Checkins] SVN: Products.CMFActionIcons/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:40:42 EDT 2008


Log message for revision 91013:
  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.CMFActionIcons/branches/2.1/setup.py

-=-
Modified: Products.CMFActionIcons/branches/2.1/setup.py
===================================================================
--- Products.CMFActionIcons/branches/2.1/setup.py	2008-09-09 22:18:25 UTC (rev 91012)
+++ Products.CMFActionIcons/branches/2.1/setup.py	2008-09-10 05:40:40 UTC (rev 91013)
@@ -46,7 +46,7 @@
           #'Zope >= 2.10.4',
           'setuptools',
           'Products.CMFCore',
-          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
+          'Products.GenericSetup >= 1.3.3',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list