Add zeromq library to build slaves.

Change-Id: I6c2955242b54fdedb1b420db396b05e815c1b13b
This commit is contained in:
Monty Taylor 2012-06-14 16:16:07 -04:00
parent dd6f50a4e7
commit 86b270fe8d

View File

@ -59,6 +59,7 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) {
"python-sphinx",
"python-unittest2",
"python-vm-builder",
"python-zmq", # zeromq unittests (not pip installable)
"python3-all-dev",
"screen",
"socat",