mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset eaa34e557496 (bug 1201511) for landing too early CLOSED TREE
This commit is contained in:
parent
b7424c841e
commit
fe668d4b0a
@ -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',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user