From: Loic Dachary Date: Sat, 27 Feb 2016 07:04:29 +0000 (+0700) Subject: openstack: openstacklient >= 2.1.0 does not depend on neutronclient X-Git-Tag: 1.1.0~665^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F802%2Fhead;p=teuthology.git openstack: openstacklient >= 2.1.0 does not depend on neutronclient Explicitly require it python-neutronclient. Signed-off-by: Loic Dachary --- diff --git a/setup.py b/setup.py index d280f50f4..2800a6303 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,9 @@ setup( 'ndg-httpsclient', 'pyasn1', 'python-openstackclient', + # with openstacklient >= 2.1.0, neutronclient no longer is + # a dependency but we need it anyway. + 'python-neutronclient', 'prettytable', 'libvirt-python', # For teuthology-coverage