The package you're looking for is python-libvirt
. You've installed all the libvirt libraries, but not their python bindings.
A side note, you may have better luck doing pip install libvirt
. This is Python's package manager, and allows you to upgrade the packages independent of the OS (language libraries in the OS repos are almost always very old).