From 58a58dd3aa7ddee7dae4ab55e476a11f19db2e37 Mon Sep 17 00:00:00 2001 From: Vitaliy <vnogin@mirantis.com> Date: Tue, 4 Apr 2017 23:23:03 +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: I7ebf64fbd13d79029e76ec30ba311daa69724c1e --- bindep.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..4a1add2 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,13 @@ +# A build time dependency +# 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] +