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
This commit is contained in:
Javier Pena 2016-04-25 12:10:30 +02:00
parent 33959f1e0f
commit f451f9aa5a
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
libffi-dev [platform:dpkg]