provision: Fix missing <sasl/sasl.h> headers during provision.

This fixes the error of missing sasl.h when compiling python-ldap
from source during provision.
This commit is contained in:
Aman 2020-08-10 11:48:43 +05:30 committed by Aman Agrawal
parent 6e0d4b9502
commit cc9dc07b07
1 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,13 @@ COMMON_DEPENDENCIES = [
"libappindicator1",
"xdg-utils",
# Puppeteer dependencies end here.
# Fixes missing sasl.h headers during
# python-ldap installation.
"libsasl2-dev",
"gcc",
"python-dev",
]
UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [