Bug 761860 - Add mozautoeslib to setup.py deps, a=test-only

This commit is contained in:
Jonathan Griffin 2012-06-05 17:34:46 -07:00
parent 97a0230af4
commit 6477eb32f9

View File

@ -10,7 +10,7 @@ version = '0.2.40'
deps = ['pulsebuildmonitor >= 0.62', 'MozillaPulse == 0.61',
'mozinfo == 0.3.1', 'mozprofile == 0.1t',
'mozprocess == 0.1a', 'mozrunner == 3.0a', 'mozregression == 0.3',
'mozautolog >= 0.2.1']
'mozautolog >= 0.2.1', 'mozautoeslib == 0.1.1']
# we only support python 2.6+ right now
assert sys.version_info[0] == 2