python-freezerclient/bindep.txt
Vitaliy 3f301ee343 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: Ifc00a815263008bf5880ce36f5ac20f29b5b6f5b
2017-04-04 23:20:14 +00:00

14 lines
465 B
Plaintext

# 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]