Revision 0cd2fe76

b/INSTALL
39 39
  <socat-note>` below
40 40
- `Paramiko <http://www.lag.net/paramiko/>`_, if you want automated SSH
41 41
  setup; optional otherwise but manual setup of the nodes required
42
- `affinity Python module <http://pypi.python.org/pypi/affinity/0.1.0>`_,
43
  optional python package for supporting CPU pinning under KVM
42 44

  
43 45
These programs are supplied as part of most Linux distributions, so
44 46
usually they can be installed via the standard package manager. Also
b/configure.ac
518 518
AC_PYTHON_MODULE(pyparsing, t)
519 519
AC_PYTHON_MODULE(pyinotify, t)
520 520
AC_PYTHON_MODULE(pycurl, t)
521
AC_PYTHON_MODULE(affinity, t)
521 522

  
522 523
# This is optional but then we've limited functionality
523 524
AC_PYTHON_MODULE(paramiko)

Also available in: Unified diff