]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: openstacklient >= 2.1.0 does not depend on neutronclient 802/head
authorLoic Dachary <ldachary@redhat.com>
Sat, 27 Feb 2016 07:04:29 +0000 (14:04 +0700)
committerLoic Dachary <ldachary@redhat.com>
Sat, 27 Feb 2016 07:12:49 +0000 (14:12 +0700)
Explicitly require it python-neutronclient.

Signed-off-by: Loic Dachary <loic@dachary.org>
setup.py

index d280f50f4d2ae3146c54158411da553af2fb9a5d..2800a63037c62911297a50a2da90e60ead16fc25 100644 (file)
--- 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