[Checkins] SVN: Products.DCWorkflow/branches/2.1/setup.py - more flexible GS pinning to allow following the GS 1.3 releases

Jens Vagelpohl jens at dataflake.org
Thu Aug 28 05:07:38 EDT 2008


Log message for revision 90535:
  - more flexible GS pinning to allow following the GS 1.3 releases

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

-=-
Modified: Products.DCWorkflow/branches/2.1/setup.py
===================================================================
--- Products.DCWorkflow/branches/2.1/setup.py	2008-08-28 09:07:37 UTC (rev 90534)
+++ Products.DCWorkflow/branches/2.1/setup.py	2008-08-28 09:07:38 UTC (rev 90535)
@@ -46,7 +46,7 @@
           #'Zope >= 2.10.4',
           'setuptools',
           'Products.CMFCore',
-          'Products.GenericSetup==1.3.3',
+          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list