From 013ccc8eb85788fac14e1405f8ed41beacb3deca Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 15 Mar 2018 13:24:12 -0600 Subject: [PATCH] Drop libvirt from setup.py Having an unversioned libvirt-python in setup.py started causing problems with tox, since it uses an sdist archive as a basis for installing teuthology in its virtualenvs. Removing it is consistent with best practices. We'll still keep it in requirements.txt. Signed-off-by: Zack Cerza --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e34e9cd13..554be2d32 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,6 @@ setup( # a dependency but we need it anyway. 'python-neutronclient', 'prettytable', - 'libvirt-python', 'python-dateutil', 'manhole', 'apache-libcloud', -- 2.47.3