From 503be9167df3953b0261d51bafec66b154ee22d0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 19 Apr 2017 11:49:52 -0500 Subject: [PATCH] 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 --- bindep.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..f3a4023 --- /dev/null +++ b/bindep.txt @@ -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]