Add dependency on PyYAML in devnotes
authorBernardo Dal Seno <bdalseno@google.com>
Tue, 2 Apr 2013 12:01:21 +0000 (14:01 +0200)
committerBernardo Dal Seno <bdalseno@google.com>
Tue, 2 Apr 2013 12:18:07 +0000 (14:18 +0200)
This is required because of 0e79564a; otherwise, the pylint-qa target will
fail.

Signed-off-by: Bernardo Dal Seno <bdalseno@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

doc/devnotes.rst

index 5761304..3aa032d 100644 (file)
@@ -21,6 +21,7 @@ Most dependencies from :doc:`install-quick`, including ``qemu-img``
 - `pylint <http://www.logilab.org/857>`_ and its associated
   dependencies
 - `pep8 <https://github.com/jcrocholl/pep8/>`_
+- `PyYAML <http://pyyaml.org/>`_
 
 For older developement (Ganeti < 2.4) ``docbook`` was used instead
 ``pandoc``.
@@ -46,6 +47,7 @@ Installation of all dependencies listed here::
 
      $ apt-get install python-setuptools automake git fakeroot
      $ apt-get install pandoc python-epydoc graphviz
+     $ apt-get install python-yaml
      $ cd / && sudo easy_install \
                sphinx \
                logilab-astng==0.25.1 \