From: Zack Cerza Date: Thu, 21 Jan 2016 22:43:03 +0000 (-0700) Subject: Require libvirt-python X-Git-Tag: 1.1.0~687^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f2863c54e8714e0b51bf0793fd5046d6f9013d85;p=teuthology.git Require libvirt-python For teuthology.orchestra.remote.VirtualConsole Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 3a3cf88447..afdad56e46 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup( 'pyasn1', 'python-openstackclient', 'prettytable', + 'libvirt-python', ],