Add kerberos deps to build the kerberos wheel.

Change-Id: If9b4db43cd260da731ec5a14599eddedfc33808a
This commit is contained in:
Robert Collins 2015-05-20 04:53:26 +12:00
parent 9026f3627b
commit e2ac0e0098
1 changed files with 1 additions and 1 deletions

View File

@ -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