From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 24 Jan 2017 07:08:28 +0100 Subject: [U-Boot] [PATCH] travis-ci: Add swig and libpython-dev to the package list In-Reply-To: <1485211222-21911-1-git-send-email-trini@konsulko.com> References: <1485211222-21911-1-git-send-email-trini@konsulko.com> Message-ID: <5886EF5C.4070400@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tom, Am 23.01.2017 um 23:40 schrieb Tom Rini: > 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 > --- > .travis.yml | 2 ++ > 1 file changed, 2 insertions(+) Thanks! Reviewed-by: Heiko Schocher bye, Heiko > > diff --git a/.travis.yml b/.travis.yml > index 8024765c3ae3..48b7b101f1c6 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 > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany