From 6e71fbf60a43da5b76abc0d2cfabbf5eca5d222d Mon Sep 17 00:00:00 2001 From: Bernardo Dal Seno <bdalseno@google.com> Date: Tue, 2 Apr 2013 14:01:21 +0200 Subject: [PATCH] Add dependency on PyYAML in devnotes 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 5761304e3..3aa032d3e 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 \ -- GitLab