diff --git a/testing/marionette/client/marionette/venv_test.sh b/testing/marionette/client/marionette/venv_test.sh index 1a3850bc58c..ac0a0b675ad 100644 --- a/testing/marionette/client/marionette/venv_test.sh +++ b/testing/marionette/client/marionette/venv_test.sh @@ -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 diff --git a/testing/marionette/client/setup.py b/testing/marionette/client/setup.py index 39cd640b16c..393de248081 100644 --- a/testing/marionette/client/setup.py +++ b/testing/marionette/client/setup.py @@ -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,