summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-26 21:47:02 +0000
committerGerrit Code Review <review@openstack.org>2015-05-26 21:47:02 +0000
commitb1f8a5f0c4b12ab6e39f7e7483ea162ceb0364d0 (patch)
tree60eaaaf8d88cfabc5670b3fdf77b758af5ea6726
parent946cf80b750f3735a5d3b0c2173f4eaa7fad4a81 (diff)
parente2ac0e00982ebcc772e75d2beb3a7896864c8be4 (diff)
downloadpbr-b1f8a5f0c4b12ab6e39f7e7483ea162ceb0364d0.tar.gz
Merge "Add kerberos deps to build the kerberos wheel."
-rw-r--r--tools/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index ed15fab..50a40b5 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -30,7 +30,7 @@ REPODIR=${REPODIR:-$BASE/new}
# TODO: Figure out how to get this on to the box properly
sudo apt-get update
-sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache
+sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache libkrb5-dev
# FOR numpy / pyyaml
sudo apt-get build-dep -y --force-yes python-numpy