Show
Ignore:
Timestamp:
04/10/07 23:38:05 (2 years ago)
Author:
arj..@yirdis.nl
Message:

Added (temp) dependency on zope.test to work around bug in zope.component (still not fixed!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/tags/release-0.10.4/setup.py

    r1206 r1208  
    88""" 
    99 
    10 VERSION = '0.10.3
     10VERSION = '0.10.4
    1111 
    1212import sys 
     
    6565        'gaphas >= 0.1.4', 
    6666        'zope.component >= 3.3.0', # - won't compile on windows. 
     67        # Add dependency on zope.testing to work around bug in zope.component 
     68        'zope.testing >= 3.3.0', 
    6769    ], 
    6870