From ff441f7c59f9a60ccbdb5d72feb920175dbc19f3 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 26 Jan 2015 18:55:06 -0300 Subject: Don't use pip and add gnupg hack. --- createbundle.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'createbundle.sh') 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 } -- cgit v1.2.3