From f451f9aa5aa8a823ef9709ef81e6ae7e719a0d0f Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Mon, 25 Apr 2016 12:10:30 +0200 Subject: [PATCH] Fix pep8 and python27 tests pep8 and python27 tests are executed on Ubuntu. Since we created an empty other-requirements.txt file, libffi-dev is missing. Adding the package to other-requirements.txt to ensure it is installed. Change-Id: Ib1f7d378509bdb5d5985ad94678ac112af4eb43a --- other-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/other-requirements.txt b/other-requirements.txt index e69de29bb..0d6d96a4d 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -0,0 +1 @@ +libffi-dev [platform:dpkg]