ldappool/bindep.txt
Colleen Murphy 5121d8d99b 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
2019-07-03 12:29:11 -07:00

11 lines
296 B
Plaintext

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