Revision 0a09b080

b/INSTALL
49 49
  if running on python 2.4 (optional, used by the ``ovfconverter`` tool)
50 50
- `qemu-img <http://qemu.org/>`_, if you want to use ``ovfconverter``
51 51
- `fping <http://fping.sourceforge.net/>`_
52
- `Python IP address manipulation library
53
  <http://code.google.com/p/ipaddr-py/>`_
54
- `Bitarray Python library <http://pypi.python.org/pypi/bitarray/>`_
52 55

  
53 56
These programs are supplied as part of most Linux distributions, so
54 57
usually they can be installed via the standard package manager. Also
b/configure.ac
720 720
AC_PYTHON_MODULE(pyparsing, t)
721 721
AC_PYTHON_MODULE(pyinotify, t)
722 722
AC_PYTHON_MODULE(pycurl, t)
723
AC_PYTHON_MODULE(bitarray, t)
724
AC_PYTHON_MODULE(ipaddr, t)
723 725
AC_PYTHON_MODULE(affinity)
724 726
AC_PYTHON_MODULE(paramiko)
725 727

  

Also available in: Unified diff