From db378ec714da66f47204144974419cc2da3ca4bb Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 25 Sep 2016 17:10:53 +0200 Subject: [PATCH] Upgrade all base software --- gitlab/before_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index cc0203e..9f090ec 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -30,7 +30,7 @@ else fi # Upgrade wheel generation library to avoid bugs -run_cmd ${use_pip} install --upgrade wheel +run_cmd ${use_pip} install --upgrade setuptools pip wheel use_python=`which python` if [ -z "${use_python}" ]; then -- GitLab