Add bindep.txt support

Bindep is a tool for checking the presence of binary packages needed
to use an application / library. It started life as a way to make it
easier to set up a development environment for OpenStack projects.
While OpenStack depends heavily on pip for installation of Python
dependencies, some dependencies are not Python based, and particularly
for testing, some dependencies have to be installed before pip can be
used - such as virtualenv and pip itself.

Change-Id: I92cbfc36610cb931790b6e607dcb317ce2dac08e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-04-27 12:12:13 -04:00
parent 62902e57c1
commit 0844eff011
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 5 additions and 0 deletions

5
bindep.txt Normal file
View File

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