]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Work around pip dependency issue w/ nova and Babel 846/head
authorZack Cerza <zack@redhat.com>
Tue, 19 Apr 2016 20:12:06 +0000 (14:12 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 19 Apr 2016 20:37:33 +0000 (14:37 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index ae368af2b3162346713e32dca848f38588b0a328..18c7de3764351b1eac5c56e5604c6f07bfd344c3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,11 @@ setup(
                       'pyopenssl>=0.13',
                       'ndg-httpsclient',
                       'pyasn1',
+                      # python-novaclient is specified here, even though it is
+                      # redundant, because python-openstackclient requires
+                      # Babel, and installs 2.3.3, which is forbidden by
+                      # python-novaclient 4.0.0
+                      'python-novaclient',
                       'python-openstackclient',
                       # with openstacklient >= 2.1.0, neutronclient no longer is
                       # a dependency but we need it anyway.