Add minimal bindep file

Add a file to document the binary requirements we need.

This will be used by OpenStack CI and the smaller than default list will
speed up running our tests.

Change-Id: Ia8989525684af01bb3bb943db1b7e3e41e5f6be2
This commit is contained in:
Andreas Jaeger 2017-10-24 19:41:41 +02:00
parent 0199294d00
commit b7254c9785
1 changed files with 8 additions and 0 deletions

8
bindep.txt Normal file
View File

@ -0,0 +1,8 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
gettext
python-dev [platform:dpkg]
python-devel [platform:rpm]
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]