From ea69e1af47d02aabbb982f0cb9e9017af5f2713b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 19 Apr 2016 14:12:06 -0600 Subject: [PATCH] Work around pip dependency issue w/ nova and Babel Signed-off-by: Zack Cerza --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index ae368af2b3..18c7de3764 100644 --- 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. -- 2.39.5