mirror of https://github.com/zulip/zulip.git
provision: Fix missing <sasl/sasl.h> headers during provision.
This commit is contained in:
parent
a9539972f4
commit
7b9fe77bf1
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue