Re: [v2] travis: Install pyelftools via pip

2020-07-27 Thread Tom Rini
On Mon, Jul 27, 2020 at 02:42:59PM -0400, Tom Rini wrote: > With the migration to python3 for all of our tests, we need to install > pyelftools via pip now rather than the system tools as they will > otherwise not be present in our virtualenv. > > Signed-off-by: Tom Rini Applied to u-boot/maste

[v2] travis: Install pyelftools via pip

2020-07-27 Thread Tom Rini
With the migration to python3 for all of our tests, we need to install pyelftools via pip now rather than the system tools as they will otherwise not be present in our virtualenv. Signed-off-by: Tom Rini --- Changes in v2: Switch to pip --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 d