This is required because of 0e79564a; otherwise, the pylint-qa target will fail.
Signed-off-by: Bernardo Dal Seno <[email protected]> --- doc/devnotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 5761304..3aa032d 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -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 \ -- 1.8.1.3
