Bug 1078935 - Specify mozlog >= 2.0 requirement in mozversion;r=davehunt DONTBUILD

This commit is contained in:
William Lachance 2014-10-08 10:22:12 -07:00
parent 1b1456815a
commit fb845401b2

View File

@ -4,11 +4,11 @@
from setuptools import setup
PACKAGE_VERSION = '0.8'
PACKAGE_VERSION = '0.9'
dependencies = ['mozdevice >= 0.29',
'mozfile >= 1.0',
'mozlog >= 1.5']
'mozlog >= 2.0']
setup(name='mozversion',
version=PACKAGE_VERSION,