]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop libvirt from setup.py 1156/head
authorZack Cerza <zack@redhat.com>
Thu, 15 Mar 2018 19:24:12 +0000 (13:24 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 15 Mar 2018 19:24:12 +0000 (13:24 -0600)
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 <zack@redhat.com>
setup.py

index e34e9cd13b673036ecdf473733038e7b7558e553..554be2d32ef6470f0e5cf477e9fc7fb5d106f4bf 100644 (file)
--- 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',