mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783132 - bump mozprocess dep and add call to processOutput, r=ahal, DONTBUILD because NPOTB
This commit is contained in:
parent
900bfc9b6f
commit
95ac578e5a
@ -286,6 +286,7 @@ class Emulator(object):
|
||||
def _save_logcat_proc(self, filename, cmd):
|
||||
self.logcat_proc = LogcatProc(filename, cmd)
|
||||
self.logcat_proc.run()
|
||||
self.logcat_proc.processOutput()
|
||||
self.logcat_proc.waitForFinish()
|
||||
self.logcat_proc = None
|
||||
|
||||
|
@ -11,7 +11,8 @@ except (OSError, IOError):
|
||||
description = ''
|
||||
|
||||
# dependencies
|
||||
deps = ['manifestdestiny', 'mozhttpd >= 0.3', 'mozrunner', 'datazilla == 0.2.1']
|
||||
deps = ['manifestdestiny', 'mozhttpd >= 0.3',
|
||||
'mozprocess == 0.5', 'mozrunner == 5.10', 'datazilla == 0.2.1']
|
||||
|
||||
setup(name='marionette',
|
||||
version=version,
|
||||
|
Loading…
Reference in New Issue
Block a user