mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 744902 - Add datazilla and mozrunner to setup.py deps, r=jgriffin, DONTBUILD because NPOTB
This commit is contained in:
parent
1cbb2d0f07
commit
725a2216df
@ -42,10 +42,6 @@ else
|
|||||||
git clone git://github.com/mozilla/mozbase.git
|
git clone git://github.com/mozilla/mozbase.git
|
||||||
cd mozbase
|
cd mozbase
|
||||||
python setup_development.py
|
python setup_development.py
|
||||||
cd ..
|
|
||||||
git clone git://github.com/mozilla/datazilla_client.git
|
|
||||||
cd datazilla_client
|
|
||||||
python setup.py develop
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# update the marionette_client
|
# update the marionette_client
|
||||||
|
@ -11,7 +11,7 @@ except (OSError, IOError):
|
|||||||
description = ''
|
description = ''
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
deps = ['manifestdestiny', 'mozhttpd >= 0.3', 'mozprocess']
|
deps = ['manifestdestiny', 'mozhttpd >= 0.3', 'mozrunner', 'datazilla']
|
||||||
|
|
||||||
setup(name='marionette',
|
setup(name='marionette',
|
||||||
version=version,
|
version=version,
|
||||||
|
Loading…
Reference in New Issue
Block a user