Bug 698050 - update version of mozprofile used by TPS, a=testonly, DONTBUILD

This commit is contained in:
Jonathan Griffin 2011-10-28 11:30:38 -07:00
Родитель 87c6716385
Коммит 4b0644414e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ from setuptools import setup, find_packages
version = '0.2.40'
deps = ['pulsebuildmonitor >= 0.2', 'MozillaPulse == .4',
'mozinfo == 0.3.1', 'mozprofile == 0.1a',
'mozinfo == 0.3.1', 'mozprofile == 0.1t',
'mozprocess == 0.1a', 'mozrunner == 3.0a', 'mozregression == 0.3',
'mozautolog >= 0.2.1']