From 0a09b080015546c7b898e59ce0ebc5480e2ffac3 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 21 Nov 2012 02:42:00 +0100
Subject: [PATCH] Document requirement for ipaddr and bitarray modules

Also update configure.ac.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 INSTALL      | 3 +++
 configure.ac | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/INSTALL b/INSTALL
index 44088b6bd..a2b9cc5f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,6 +49,9 @@ Before installing, please verify that you have the following programs:
   if running on python 2.4 (optional, used by the ``ovfconverter`` tool)
 - `qemu-img <http://qemu.org/>`_, if you want to use ``ovfconverter``
 - `fping <http://fping.sourceforge.net/>`_
+- `Python IP address manipulation library
+  <http://code.google.com/p/ipaddr-py/>`_
+- `Bitarray Python library <http://pypi.python.org/pypi/bitarray/>`_
 
 These programs are supplied as part of most Linux distributions, so
 usually they can be installed via the standard package manager. Also
diff --git a/configure.ac b/configure.ac
index 7192773c0..7bf958018 100644
--- a/configure.ac
+++ b/configure.ac
@@ -720,6 +720,8 @@ AC_PYTHON_MODULE(simplejson, t)
 AC_PYTHON_MODULE(pyparsing, t)
 AC_PYTHON_MODULE(pyinotify, t)
 AC_PYTHON_MODULE(pycurl, t)
+AC_PYTHON_MODULE(bitarray, t)
+AC_PYTHON_MODULE(ipaddr, t)
 AC_PYTHON_MODULE(affinity)
 AC_PYTHON_MODULE(paramiko)
 
-- 
GitLab