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

This commit is contained in:
Aman 2020-08-11 11:12:07 +05:30 committed by Tim Abbott
parent a9539972f4
commit 7b9fe77bf1
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ VENV_DEPENDENCIES = [
# on upgrade of a production server, and it's not worth adding
# another call to `apt install` for.
"jq", # Used by scripts/lib/install-node to check yarn version
"libsasl2-dev", # For building python-ldap from source
]
COMMON_YUM_VENV_DEPENDENCIES = [