]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
upgrade setuptools for ceph-build-pull-requests 381/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 2 May 2016 22:58:35 +0000 (18:58 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 2 May 2016 22:58:35 +0000 (18:58 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build-pull-requests/build/build

index cdc1dbdaf6e4579edff84942711b9a454ead055a..cab2a557e74921bd185c9b360f062871c1417a03 100644 (file)
@@ -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