diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-01-06 13:08:06 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-06-16 08:18:00 +0200 |
commit | 7361290e6eef010ee646d98f90b3c3fa00ee2b38 (patch) | |
tree | 47b3e28fdc99c73871149b319be72f8a05596680 | |
parent | 3cddf277c5966c5cc584a493d5923cc5dcdc7820 (diff) |
Add missing package dependency: libyaml-dev
Change-Id: I058f6bc54e1c6b0a0c20eeaa2ea09f2f9a2e80ce
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
-rw-r--r-- | deploy/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/README b/deploy/README index fd1548344..773b1c78f 100644 --- a/deploy/README +++ b/deploy/README @@ -14,7 +14,7 @@ the following dependencies and python modules are required to be installed: - for Ubuntu: sudo apt-get install -y libvirt-bin qemu-kvm python-pip fuseiso mkisofs genisoimage -sudo apt-get install -y python-dev libz-dev libxml2-dev libxslt-dev +sudo apt-get install -y python-dev libz-dev libxml2-dev libxslt-dev libyaml-dev sudo pip install pyyaml netaddr paramiko lxml scp pycrypto ecdsa During libvirt install the user is added to the libvirtd group, so you have to |