summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
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
}