Install libgmp-dev on nodepool

Required in order for pycrypto to be anything other than
extremely slow.

Change-Id: I8c9b2a6f9f52db80c8b9fbf033e1843ff3ee342e
This commit is contained in:
James E. Blair 2014-12-09 13:59:46 -08:00
parent ac697cb7dc
commit 168766b6b9

View File

@ -78,6 +78,7 @@ class nodepool (
'libssl-dev', 'libssl-dev',
'kpartx', 'kpartx',
'qemu-utils', 'qemu-utils',
'libgmp-dev', # transitive dep of paramiko
] ]
package { $packages: package { $packages:
@ -133,6 +134,7 @@ class nodepool (
Package['libffi-dev'], Package['libffi-dev'],
Package['libssl-dev'], Package['libssl-dev'],
Package['python-lxml'], Package['python-lxml'],
Package['libgmp-dev'],
], ],
} }