mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 853219 - List mozcrash as dependency in mochitest venv setup. r=jgriffin
This commit is contained in:
parent
3f751db56b
commit
0dc75a6ca0
@ -13,7 +13,8 @@ except (OSError, IOError):
|
||||
# dependencies
|
||||
deps = ['manifestdestiny', 'mozhttpd >= 0.3',
|
||||
'mozprocess >= 0.6', 'mozrunner >= 5.11',
|
||||
'mozdevice >= 0.12', 'moznetwork >= 0.21']
|
||||
'mozdevice >= 0.12', 'moznetwork >= 0.21',
|
||||
'mozcrash >= 0.5']
|
||||
|
||||
setup(name='marionette_client',
|
||||
version=version,
|
||||
|
Loading…
Reference in New Issue
Block a user