Use bindep to define binary deps

Rely on infra [0] to install only those that we need for our
tests.

[0] http://docs.openstack.org/infra/bindep/index.html

Change-Id: I1d42d9d6bc49f217e87559dad04ebbd228425a07
Co-Authored-By: Pavlo Shchelokovskyy <shchelokovskyy@gmail.com>
This commit is contained in:
Vitaliy 2017-04-04 10:55:02 +00:00 committed by Vitaliy Nogin
parent d78ac0faac
commit 392df8ea4b
1 changed files with 16 additions and 0 deletions

16
bindep.txt Normal file
View File

@ -0,0 +1,16 @@
# A build time dependency
libffi-dev [platform:dpkg test]
libffi-devel [platform:rpm test]
libssl-dev [platform:dpkg test]
openssl-devel [platform:rpm test]
# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python-devel [platform:rpm test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
# these are needed by infra for python-* jobs
mariadb [platform:rpm test]
mariadb-server [platform:rpm test]
mysql-client [platform:dpkg test]
mysql-server [platform:dpkg test]