From 7b9fe77bf17c314ab3d1794daacb4b4852a7bc37 Mon Sep 17 00:00:00 2001 From: Aman Date: Tue, 11 Aug 2020 11:12:07 +0530 Subject: [PATCH] provision: Fix missing headers during provision. --- scripts/lib/setup_venv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib/setup_venv.py b/scripts/lib/setup_venv.py index c842c1d5d1..330e333905 100644 --- a/scripts/lib/setup_venv.py +++ b/scripts/lib/setup_venv.py @@ -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 = [