From ac349eda4fb75786df80a9a84d83aa5a6d0dbfe2 Mon Sep 17 00:00:00 2001
From: Kiall Mac Innes <kiall@hp.com>
Date: Mon, 10 Nov 2014 14:07:34 +0000
Subject: [PATCH] Install PyYAML for the svc-map element

The svc-map element expects to be able to "import yaml", we should ensure
it's installed alongside DIB.

Change-Id: I1e4c19bbb2a7143e61974cffb3d7232d90414388
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 31b128915..b4a6d6e0c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,4 @@
 Babel>=1.3
 argparse
 dib-utils  # Apache-2.0
+PyYAML>=3.1.0