Add missing requirement PyYAML

os_doc_tools/commands.py requires PyYAML. PyYAML is not included in the
requirements.txt file at the moment.

os_doc_tools/commands.py", line 19, in <module>
    import yaml
ImportError: No module named yaml

Change-Id: I7a5b6c5b2c74b2fa23fa74b6bf47a1b0d8c58b01
This commit is contained in:
Christian Berendt 2015-06-15 15:39:12 +02:00
parent 6329eea32a
commit 9263ac8c5a
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ lxml>=2.3
oslo.config>=1.11.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
demjson # GNU LGPL 3.0
PyYAML>=3.1.0