]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts: Stop using easy_install to upgrade pip
authorDavid Galloway <dgallowa@redhat.com>
Tue, 21 Apr 2020 18:57:17 +0000 (14:57 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 21 Apr 2020 18:57:17 +0000 (14:57 -0400)
commit21e7a7b2d3aa4d49b3a38c8eab494adb8f928a4b
tree85c668f22a2167dba226ea79cd0f0976e78db0b8
parent0acd8b1c8818fe46bcaf998b2ac6f38940bd0ace
scripts: Stop using easy_install to upgrade pip

A recent pip release caused `easy_install --upgrade pip` to break all builds on non-CentOS7 machines.  Let's assume it's safe to stop using easy_install to upgrade pip since we're not building on any ancient distros anymore.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh