Add bindep.txt file

keystoneauth depends on some libraries being installed for tests to
work. Broadly we track those in bindep.txt files. Add one.

Change-Id: Ie8e86ce50e337dcc65159d54d967427e10463c61
This commit is contained in:
Monty Taylor 2017-04-19 11:49:52 -05:00
parent 63573d618c
commit 503be9167d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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 for install and tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg test]
python-dev [platform:dpkg test]
python-devel [platform:rpm test]
libkrb5-dev [platform:dpkg test]
krb5-devel [platform:rpm test]