summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-01-28 16:49:15 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-01-28 16:49:15 -0200
commit188a0d0f3c8fcc3160c8b9480ebd7078a89f178c (patch)
tree64a928c3884fb7f34035bcb1d26f78d76359b02a /service/go
parent06d99e2d4981e81ae7c4dfd7b3964ca3ddbcefd2 (diff)
Added pip commands to uninstall and install right version for gnupg and scrypt
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 2 insertions, 0 deletions
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 {