From a17cd977e844d21e95293bb7ce6756ce1030c72f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 4 Apr 2017 22:26:30 +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: I70dc2bc0baee52ee8bc869ee3e9d2631bbfceee4 --- bindep.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..11bfe00d --- /dev/null +++ b/bindep.txt @@ -0,0 +1,14 @@ +# A build time dependency +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]