Changeset 2154

Show
Ignore:
Timestamp:
10/02/07 04:33:25 (1 year ago)
Author:
arj..@yirdis.nl
Message:

Updated depenencies to zope.component 3.4.0.
removed nosetests entry point.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/setup.py

    r2136 r2154  
    153153        # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 
    154154        'gaphas >= 0.3.0', 
    155         'zope.component >= 3.3.0', # - won't compile on windows. 
    156         # Add dependency on zope.testing to work around bug in zope.component 
    157         'zope.testing >= 3.3.0', 
     155        'zope.component >= 3.4.0', # - won't compile on windows. 
    158156    ], 
    159157 
     
    188186            'consolewindow = gaphor.ui.consolewindow:ConsoleWindow', 
    189187        ], 
    190         'distutils.commands': [ 
    191             'nosetests = nose.commands:nosetests', 
    192         ], 
    193188    }, 
    194189