Bug 744902 - Add datazilla and mozrunner to setup.py deps, r=jgriffin, DONTBUILD because NPOTB

This commit is contained in:
Malini Das 2012-06-12 11:57:25 -07:00
parent 1cbb2d0f07
commit 725a2216df
2 changed files with 1 additions and 5 deletions

View File

@ -42,10 +42,6 @@ else
git clone git://github.com/mozilla/mozbase.git
cd mozbase
python setup_development.py
cd ..
git clone git://github.com/mozilla/datazilla_client.git
cd datazilla_client
python setup.py develop
fi
# update the marionette_client

View File

@ -11,7 +11,7 @@ except (OSError, IOError):
description = ''
# dependencies
deps = ['manifestdestiny', 'mozhttpd >= 0.3', 'mozprocess']
deps = ['manifestdestiny', 'mozhttpd >= 0.3', 'mozrunner', 'datazilla']
setup(name='marionette',
version=version,