From bb418c164a915fa7e8088d3aa8756f384b1f2b2f Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 20 Sep 2015 11:28:15 +0200 Subject: [PATCH] os-client-config is fixed No need to pin 1.6.3 since 1.7.3 has been released and fixes the regression. https://bugs.launchpad.net/python-openstackclient/+bug/1496689 Signed-off-by: Loic Dachary --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 037195c343..646ad2d322 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,6 @@ setup( 'pyopenssl>=0.13', 'ndg-httpsclient', 'pyasn1', - 'os-client-config == 1.6.3', # https://bugs.launchpad.net/os-client-config/+bug/1496624 'python-openstackclient', ], -- 2.39.5