From 188a0d0f3c8fcc3160c8b9480ebd7078a89f178c Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Wed, 28 Jan 2015 16:49:15 -0200 Subject: Added pip commands to uninstall and install right version for gnupg and scrypt --- service/go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/go') diff --git a/service/go b/service/go index 047506df..61910c6e 100755 --- a/service/go +++ b/service/go @@ -3,6 +3,8 @@ function setuppy { pip install -r test_requirements.txt python setup.py develop $* + pip uninstall -y scrypt; pip install scrypt + pip uninstall -y gunpg; pip install gnupg==1.2.5 } function setupjs { -- cgit v1.2.3