[Checkins] SVN: Grokstar/trunk/setup.py Explicitely depend on a earlier version of zc.catalog to prevent pulling

Jan-Wijbrand Kolman jw at infrae.com
Wed May 30 15:05:01 EDT 2007


Log message for revision 76002:
  Explicitely depend on a earlier version of zc.catalog to prevent pulling
  in Zope-3.4 eggs.

Changed:
  U   Grokstar/trunk/setup.py

-=-
Modified: Grokstar/trunk/setup.py
===================================================================
--- Grokstar/trunk/setup.py	2007-05-30 18:05:58 UTC (rev 76001)
+++ Grokstar/trunk/setup.py	2007-05-30 19:04:59 UTC (rev 76002)
@@ -8,7 +8,7 @@
       long_description="""\
 """,
       # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[], 
+      classifiers=[],
       keywords="",
       author="",
       author_email="",
@@ -20,6 +20,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
+                        'zc.catalog==1.1',
                         'hurry.query',
                         'hurry.workflow',
                         ],



More information about the Checkins mailing list