Bug 1201511 - [mozrunner] require mozprocess >=0.22 and bump mozrunner version to 6.10. r=ahal

This commit is contained in:
Julien Pagès 2015-09-03 16:16:06 +02:00
parent fc2f50551e
commit 9aba9a719a

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '6.9'
PACKAGE_VERSION = '6.10'
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.17',
'mozprocess >= 0.22',
'mozprofile >= 0.18',
]