mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
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:
@@ -142,6 +142,13 @@ COMMON_DEPENDENCIES = [
|
|||||||
"libappindicator1",
|
"libappindicator1",
|
||||||
"xdg-utils",
|
"xdg-utils",
|
||||||
# Puppeteer dependencies end here.
|
# Puppeteer dependencies end here.
|
||||||
|
|
||||||
|
# Fixes missing sasl.h headers during
|
||||||
|
# python-ldap installation.
|
||||||
|
"libsasl2-dev",
|
||||||
|
"gcc",
|
||||||
|
"python-dev",
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [
|
||||||
|
|||||||
Reference in New Issue
Block a user