[Checkins] SVN: Products.ExternalMethod/trunk/setup.py We need the full Zope2

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 05:22:16 EDT 2010


Log message for revision 114480:
  We need the full Zope2
  

Changed:
  U   Products.ExternalMethod/trunk/setup.py

-=-
Modified: Products.ExternalMethod/trunk/setup.py
===================================================================
--- Products.ExternalMethod/trunk/setup.py	2010-07-10 09:21:36 UTC (rev 114479)
+++ Products.ExternalMethod/trunk/setup.py	2010-07-10 09:22:16 UTC (rev 114480)
@@ -29,6 +29,7 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
+        'Zope2 >= 2.13.0a1'
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list