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
This commit is contained in:
parent
62767d462f
commit
58a58dd3aa
13
bindep.txt
Normal file
13
bindep.txt
Normal file
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user