From 7ec549420db6abad7a6fd067876e8e04fec1aa4c Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 15 Nov 2007 06:04:31 +0000
Subject: [PATCH] Complete the apt-get list in the install manual

The install manual was missing python-pyparsing and python-simplejson from the
apt-get install list. Adding them.

Thanks to Henning Sprang for spotting this issue.

Reviewed-by: iustinp
---
 doc/install.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install.sgml b/doc/install.sgml
index ca78bc050..7b0afbcfc 100644
--- a/doc/install.sgml
+++ b/doc/install.sgml
@@ -447,7 +447,7 @@ skip resource "r1" {
       <screen>
 # apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
   python2.4 python-twisted-core python-pyopenssl openssl \
-  mdadm
+  mdadm python-pyparsing python-simplejson
       </screen>
 
     </sect2>
-- 
GitLab