mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1033703 - Pin TPS to specific versions of mozbase packages. r=ahal a=testonly DONTBUILD
--- testing/tps/setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
This commit is contained in:
parent
f6011a5441
commit
5bb31a9665
@ -7,14 +7,14 @@ import sys
|
||||
|
||||
version = '0.5'
|
||||
|
||||
deps = ['httplib2 >= 0.7.3',
|
||||
'mozfile >= 1.1',
|
||||
'mozhttpd >= 0.7',
|
||||
'mozinfo >= 0.7',
|
||||
'mozinstall >= 1.9',
|
||||
'mozprocess >= 0.18',
|
||||
'mozprofile >= 0.21',
|
||||
'mozrunner >= 5.35',
|
||||
deps = ['httplib2 == 0.7.3',
|
||||
'mozfile == 1.1',
|
||||
'mozhttpd == 0.7',
|
||||
'mozinfo == 0.7',
|
||||
'mozinstall == 1.10',
|
||||
'mozprocess == 0.19',
|
||||
'mozprofile == 0.21',
|
||||
'mozrunner == 6.0',
|
||||
'mozversion == 0.6',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user