¿Cómo instalar Python psutil en CentOS 6?

¿Cómo instalar Python psutil en CentOS 6?
#yum install python26 python26-devel python26-setuptools gcc
#easy_install psutil
[root@vps021 ~]# easy_install psutil
Searching for psutil
Reading http://pypi.python.org/simple/psutil/
Best match: psutil 3.2.2
Downloading https://pypi.python.org/packages/source/p/psutil/psutil-3.2.2.tar.gz#md5=56df1727c9e26076a80da4c3f8f67976
Processing psutil-3.2.2.tar.gz
Running psutil-3.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JLmzFu/psutil-3.2.2/egg-dist-tmp-1dna_f
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
psutil/_psutil_linux.c:12:20: error: Python.h: No such file or directory

Pero python26-devel está instalado. ¿Cómo es esto posible? ¿No estoy seguro de cómo instalar Python psutil en este sistema? (También estoy muy insatisfecho por tener solo la versión 2.6 de Python, pero desafortunadamente estoy atado a este sistema).

información relacionada