Changeset 2154
- Timestamp:
- 10/02/07 04:33:25 (1 year ago)
- Files:
-
- gaphor/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/setup.py
r2136 r2154 153 153 # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 154 154 '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. 158 156 ], 159 157 … … 188 186 'consolewindow = gaphor.ui.consolewindow:ConsoleWindow', 189 187 ], 190 'distutils.commands': [191 'nosetests = nose.commands:nosetests',192 ],193 188 }, 194 189
