From: Tom Rini <trini@konsulko.com>
Date: Mon, 23 Jan 2017 22:40:22 +0000 (-0500)
Subject: travis-ci: Add swig and libpython-dev to the package list
X-Git-Tag: v2025.01-rc5-pxa1908~7654
X-Git-Url: http://git.dujemihanovic.xyz/html/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=f2b0c007f84e582b7a101bd49db60cc8d75f5de4;p=u-boot.git

travis-ci: Add swig and libpython-dev to the package list

As part of 1905c8fc711a we introduced failures depending on if swig and
libpython-dev are installed or not.  To provide coverage for this are of
code in the future ensure we have these packages installed.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
---

diff --git a/.travis.yml b/.travis.yml
index 8024765c3a..48b7b101f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,8 @@ addons:
     - libsdl1.2-dev
     - python
     - python-virtualenv
+    - swig
+    - libpython-dev
     - gcc-powerpc-linux-gnu
     - gcc-arm-linux-gnueabihf
     - gcc-aarch64-linux-gnu