Merge "Do not install unneeded python-zmq package"

This commit is contained in:
Jenkins 2013-12-19 07:50:23 +00:00 committed by Gerrit Code Review
commit f9194292ff
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function deps {
apt-get update
fi
install-packages screen ccze
install-packages git ipmitool python-dev python-pip python-greenlet libxml2-dev libxslt-dev python-zmq
install-packages git ipmitool python-dev python-pip python-greenlet libxml2-dev libxslt-dev
install-packages openvswitch-common openvswitch-controller openvswitch-switch open-iscsi
install-packages python-numpy python-lxml
}