summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-08-22 17:51:19 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-08-22 17:51:19 -0300
commitb8fd85d848b7d4b2940885d99b640846f54ef0d0 (patch)
tree4b8cff3b1899a7655dad8decff5c62b1c4425852 /package
parentc9b43916550346f0fadbf95abfe33524b6f3e4d3 (diff)
installing python dependencies before creating deb package
Diffstat (limited to 'package')
-rwxr-xr-xpackage/package_user_agent.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/package_user_agent.sh b/package/package_user_agent.sh
index 27723a8d..d9bd2696 100755
--- a/package/package_user_agent.sh
+++ b/package/package_user_agent.sh
@@ -38,6 +38,8 @@ virtualenv $PIXELATED_VIRTUALENV_PATH
. $PIXELATED_VIRTUALENV_PATH/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
+python setup.py develop
+rm $PIXELATED_VIRTUALENV_PATH/bin/pixelated-user-agent
deactivate
cd $PIXELATED_VIRTUALENV_PATH
for file in $(grep -l '/tmp/pix-user-agent-build' bin/*); do