From 03dbefeffeb82623d6939edd121ad47261d0b789 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 2 May 2016 18:58:35 -0400 Subject: [PATCH] upgrade setuptools for ceph-build-pull-requests Signed-off-by: Alfredo Deza --- ceph-build-pull-requests/build/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index cdc1dbda..cab2a557 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -10,6 +10,9 @@ virtualenv venv PIP_SDIST_INDEX="$HOME/.cache/pip" mkdir -p $PIP_SDIST_INDEX +# upgrade setuptools because the world breaks otherwise :( +venv/bin/pip install -U setuptools + # Install the package by trying with the cache first, otherwise doing a download only, and then # trying to install from the cache again. if ! venv/bin/pip install --find-links="file://$PIP_SDIST_INDEX" --no-index jenkins-job-builder; then -- 2.39.5