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
This commit is contained in:
Kiall Mac Innes 2014-11-10 14:07:34 +00:00
parent cafad0a148
commit ac349eda4f
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
Babel>=1.3
argparse
dib-utils # Apache-2.0
PyYAML>=3.1.0