aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/README
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-01-06 13:08:06 +0100
committerPeter Barabas <peter.barabas@ericsson.com>2016-06-16 08:18:00 +0200
commit7361290e6eef010ee646d98f90b3c3fa00ee2b38 (patch)
tree47b3e28fdc99c73871149b319be72f8a05596680 /deploy/README
parent3cddf277c5966c5cc584a493d5923cc5dcdc7820 (diff)
Add missing package dependency: libyaml-dev
Change-Id: I058f6bc54e1c6b0a0c20eeaa2ea09f2f9a2e80ce Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/README')
-rw-r--r--deploy/README2
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