From 5121d8d99b64bc6cc062526bbfe691985a5ebffe Mon Sep 17 00:00:00 2001 From: Colleen Murphy <colleen.murphy@suse.de> Date: Wed, 3 Jul 2019 11:19:53 -0700 Subject: [PATCH] Add bindep.txt Without this patch, unit test jobs may fail if the base system does not have the openLDAP development package installed. This patch ensures that we don't rely on a fallback bindep file that may or may not be defined or a base image that may or may not have the required packages installed. Change-Id: I5607e7c7307687857f254d9c7bd16af6532ad7e0 --- bindep.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..8895a06 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,10 @@ +# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt +# This is used by bindep: sudo [apt-get | yum] install $(bindep -b) + +libldap2-dev [platform:dpkg] +libsasl2-dev [platform:dpkg] + +cyrus-sasl-devel [platform:rpm] +openldap-devel [platform:redhat] + +openldap2-devel [platform:suse]