a17cd977e8
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
15 lines
530 B
Plaintext
15 lines
530 B
Plaintext
# 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]
|