From: Zack Cerza Date: Thu, 15 Mar 2018 19:24:12 +0000 (-0600) Subject: Drop libvirt from setup.py X-Git-Tag: 1.1.0~356^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1156%2Fhead;p=teuthology.git 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 --- 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',