diff setup.py @ 238:08610b14a2c1

use buildbot 0.8.5 way of doing things
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 22 Dec 2011 14:20:08 -0800
parents 7789fe9f8c30
children 5473f1261547
line wrap: on
line diff
--- a/setup.py	Thu Dec 22 14:11:36 2011 -0800
+++ b/setup.py	Thu Dec 22 14:20:08 2011 -0800
@@ -22,8 +22,8 @@
       zip_safe=False,
       install_requires=[
           # -*- Extra requirements: -*-
-          'buildbot>=0.8.3p1',
-          'buildbot-slave',
+          'buildbot>=0.8.5',
+          'buildbot-slave>=0.8.5',
           'virtualenv',
           'MakeItSo',
           'GetLatestTinderbox'