Fix: Install lftools before other packages 00/68300/1 v0.65.1
authorEric Ball <eball@linuxfoundation.org>
Thu, 15 Jul 2021 18:41:22 +0000 (11:41 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 15 Jul 2021 18:41:22 +0000 (11:41 -0700)
commit7f064ed20dd2fdf8ed25976b840afa250023e657
tree727a83e2d848b1d1b255db7391436086711ae531
parent30984640edc909df1527515c16bd1fd88f8b6eb5
Fix: Install lftools before other packages

lftools has an incompatibility with python-docker >4.2, and this
requirement seems to be causing a conflict with other packages that
python-tools-install is installing. This causes an older version of
lftools to be installed (0.31.1, the last version when docker was not
pinned).

By installing lftools first, its requirements will take
precedence over other packages.

Issue: RELENG-3792
Change-Id: I0d3ca88dbe51c97ce495f6db0eb66829a61ad3bc
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
shell/python-tools-install.sh