Add missing dependencies for pyldap
The venv fails to build without the sasl and ldap headers Change-Id: I9243417ac1c53f24acbad65ff08dd42941341c74
This commit is contained in:
parent
6437ea37db
commit
8ef0c3c993
@ -422,6 +422,9 @@ function build_venv {
|
||||
|
||||
apt-get -y install liberasurecode-dev libmysqlclient-dev > /dev/null
|
||||
|
||||
# install ldap and sasl headers for pyldap (or ldap-python)
|
||||
apt-get -y install libldap2-dev libsasl2-dev
|
||||
|
||||
### The venv build is done using a modern version of the py_pkgs plugin which collects all versions of
|
||||
### the OpenStack components from a given release. This creates 1 large venv per migratory release.
|
||||
# If the venv archive exists delete it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user