[Checkins] SVN: Sandbox/chrism/eggcmf/2.1.0/setup.py Require Products.GenericSetup = 1.3.2.

Chris McDonough chrism at plope.com
Mon Sep 24 19:14:30 EDT 2007


Log message for revision 79960:
  Require Products.GenericSetup = 1.3.2.
  

Changed:
  U   Sandbox/chrism/eggcmf/2.1.0/setup.py

-=-
Modified: Sandbox/chrism/eggcmf/2.1.0/setup.py
===================================================================
--- Sandbox/chrism/eggcmf/2.1.0/setup.py	2007-09-24 23:08:47 UTC (rev 79959)
+++ Sandbox/chrism/eggcmf/2.1.0/setup.py	2007-09-24 23:14:30 UTC (rev 79960)
@@ -24,5 +24,6 @@
     packages=find_packages(),
     include_package_data=True,
     namespace_packages=['Products'],
+    install_requires = ['Products.GenericSetup == 1.3.2'],
     zip_safe=False,
     )



More information about the Checkins mailing list