[Checkins] SVN: Interface/trunk/setup.py Interface apparently depends on zope.schema, at least the tests do.

Philipp von Weitershausen philikon at philikon.de
Sun Jan 6 15:56:23 EST 2008


Log message for revision 82722:
  Interface apparently depends on zope.schema, at least the tests do.

Changed:
  U   Interface/trunk/setup.py

-=-
Modified: Interface/trunk/setup.py
===================================================================
--- Interface/trunk/setup.py	2008-01-06 20:53:00 UTC (rev 82721)
+++ Interface/trunk/setup.py	2008-01-06 20:56:23 UTC (rev 82722)
@@ -31,7 +31,7 @@
       packages=find_packages('src'),
       package_dir={'': 'src'},
 
-      install_requires=['zope.interface'],
+      install_requires=['zope.interface', 'zope.schema'],
       include_package_data=True,
       zip_safe=False,
       )



More information about the Checkins mailing list