Merge "Use bindep to define binary deps"

This commit is contained in:
Jenkins 2017-04-05 10:38:19 +00:00 committed by Gerrit Code Review
commit 2f9513b5f9
1 changed files with 13 additions and 0 deletions

13
bindep.txt Normal file
View 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]