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
This commit is contained in:
Colleen Murphy 2019-07-03 11:19:53 -07:00
parent 732fc6bec7
commit 5121d8d99b

10
bindep.txt Normal file
View File

@ -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]