summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-01-26 18:55:06 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-26 18:55:06 -0300
commitff441f7c59f9a60ccbdb5d72feb920175dbc19f3 (patch)
tree6630537c3c246f0fcd1d3e9d9c75e5652d550294 /createbundle.sh
parent48e7bdc5359ea558d0c46c3a47f78e198bf16f43 (diff)
Don't use pip and add gnupg hack.
Diffstat (limited to 'createbundle.sh')
-rwxr-xr-xcreatebundle.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/createbundle.sh b/createbundle.sh
index b751d80..0b86626 100755
--- a/createbundle.sh
+++ b/createbundle.sh
@@ -202,6 +202,10 @@ run_bundler() {
copy_binaries
$bundler --do pythonsetup
+
+ # hack to solve gnupg version problem
+ pip uninstall -y gnupg && pip install gnupg
+
$bundler --skip gitclone gitcheckout pythonsetup
}