[Checkins] SVN: Sandbox/faassen/iface/setup.py Depend on zope.component and zope.interface for reasons of compatibility

Martijn Faassen faassen at startifact.com
Sat Jan 9 11:15:54 EST 2010


Log message for revision 107941:
  Depend on zope.component and zope.interface for reasons of compatibility
  tests. These compatibility tests will eventually be factored out, but
  for now it's most convenient.
  

Changed:
  U   Sandbox/faassen/iface/setup.py

-=-
Modified: Sandbox/faassen/iface/setup.py
===================================================================
--- Sandbox/faassen/iface/setup.py	2010-01-09 15:05:34 UTC (rev 107940)
+++ Sandbox/faassen/iface/setup.py	2010-01-09 16:15:54 UTC (rev 107941)
@@ -36,6 +36,8 @@
       include_package_data=True,
       zip_safe=False,
       install_requires=['setuptools',
+                        'zope.interface',
+                        'zope.component',
                         ],
       entry_points="""
       # Add entry points here



More information about the checkins mailing list