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

This reverts commit cc9dc07b07.  It was
merged with no review and has various issues (see #16086).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-10 12:09:37 -07:00
parent cc9dc07b07
commit 18dcb86de5
1 changed files with 0 additions and 7 deletions

View File

@ -142,13 +142,6 @@ 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 + [