Backed out changeset eaa34e557496 (bug 1201511) for landing too early CLOSED TREE

This commit is contained in:
Wes Kocher 2015-09-03 09:29:25 -07:00
parent b7424c841e
commit fe668d4b0a

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '6.10'
PACKAGE_VERSION = '6.9'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
@ -15,7 +15,7 @@ deps = ['mozcrash >= 0.14',
'mozfile >= 1.0',
'mozinfo >= 0.7',
'mozlog >= 3.0',
'mozprocess >= 0.22',
'mozprocess >= 0.17',
'mozprofile >= 0.18',
]