aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2020-12-18 07:29:01 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2020-12-18 07:29:01 -0600
commite244363f55d4765556485640c7bfeb82b9d7b181 (patch)
tree22f7ffcc977f53f0b696de588be041d5a8be0824 /infrastructure-patchwork-tools.yaml
parentfbb4499f32ef77c4ab52ed18690664cfbb9cb4e0 (diff)
patchwork: add in python-ldap build reqs
python-ldap is distributed as a C module which means that pip attempts to build it from source when installed. This patch adds in the debs that provide the appropriate build includes and libs for the build to succeed. Change-Id: Icb7e0c4089b0074ca8cb036e789cc56eb708b041
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index c901f12678..332b3999f7 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -42,7 +42,7 @@
rm -rf ${WORKSPACE}/*
echo "#${BUILD_NUMBER}-${GERRIT_PATCHSET_REVISION:0:8}" > ${WORKSPACE}/version.txt
sudo apt-get update
- sudo apt-get install -y python-dev python-virtualenv git python-flake8 flake8
+ sudo apt-get install -y python-dev python-virtualenv git python-flake8 flake8 libldap2-dev libsasl2-dev libssl-dev
git clone -b ${GERRIT_BRANCH} --depth 1 https://git.linaro.org/${GERRIT_PROJECT}
cd *