All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] travis: Update to python3-pyelftools
@ 2020-07-27 15:12 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2020-07-27 15:12 UTC (permalink / raw)
  To: u-boot

With the migration to python3 for all of our tests, we need
python3-pyelftools and not python2-pyelftools to be installed.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 96fd55fe1ef1..0bb5aeaeb192 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ addons:
     - build-essential
     - libsdl2-dev
     - python
-    - python-pyelftools
+    - python3-pyelftools
     - python3-sphinx
     - python3-virtualenv
     - python3-pip
-- 
2.17.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-27 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 15:12 [PATCH] travis: Update to python3-pyelftools Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.