From 392df8ea4b30014dad2576f140fda1a8fd772ce4 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 4 Apr 2017 10:55:02 +0000 Subject: [PATCH] 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 --- bindep.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..91a87fcf --- /dev/null +++ b/bindep.txt @@ -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]