Mercurial > hg > autobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
237:68e643b6da0f | 238:08610b14a2c1 |
---|---|
20 'template/slave/*', | 20 'template/slave/*', |
21 'template/*.*']}, | 21 'template/*.*']}, |
22 zip_safe=False, | 22 zip_safe=False, |
23 install_requires=[ | 23 install_requires=[ |
24 # -*- Extra requirements: -*- | 24 # -*- Extra requirements: -*- |
25 'buildbot>=0.8.3p1', | 25 'buildbot>=0.8.5', |
26 'buildbot-slave', | 26 'buildbot-slave>=0.8.5', |
27 'virtualenv', | 27 'virtualenv', |
28 'MakeItSo', | 28 'MakeItSo', |
29 'GetLatestTinderbox' | 29 'GetLatestTinderbox' |
30 ], | 30 ], |
31 entry_points=""" | 31 entry_points=""" |