From 125aecd575f2c67211b2585ed9f1d8c3446a2248 Mon Sep 17 00:00:00 2001 From: Giorgos Korfiatis <gkorf@grnet.gr> Date: Tue, 8 Sep 2015 15:26:58 +0300 Subject: [PATCH] add mock in dependencies --- configure.sh | 3 +++ setup.py | 1 + 2 files changed, 4 insertions(+) diff --git a/configure.sh b/configure.sh index c383263..ee7a23b 100755 --- a/configure.sh +++ b/configure.sh @@ -18,6 +18,9 @@ CURPWD=$(pwd) cd "$(dirname "$0")" ROOTPATH=$(pwd) +# this is needed for mock +pip install --upgrade setuptools + ./get_nwjs.sh $1 if [ $? -ne 0 ]; then exit 1 diff --git a/setup.py b/setup.py index db9c015..5972945 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ INSTALL_REQUIRES = [ 'psutil', 'ws4py', 'certifi', + 'mock', ] EXTRAS_REQUIRES = { -- GitLab