From bce1f77ef610e3e7997a547704c96cfbdc544cc1 Mon Sep 17 00:00:00 2001 From: Jo¶rgen Karlsson Date: Fri, 11 Mar 2016 12:54:22 +0100 Subject: Update setup.py and dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes dependency problem with python-openstackclient Freezes requirements to use latest/current upstream versions Yardstick can be installed with: $ python setup.py install or with: $ easy_install -U pip $ pip install -r ci/requirements.txt $ pip install . (or for develop mode: pip install -e .) if fixed package versions are required Change-Id: I9cb44d29011509c9c388dc2e7dc8bb60ee25e790 JIRA:- Signed-off-by: Jo¶rgen Karlsson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6df0e17f2..31d23de3a 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( "lxml", "PyYAML>=3.10", "pbr<2.0,>=1.3", - "python-openstackclient<=2.0.0", + "python-openstackclient>=2.1.0", "python-glanceclient>=0.12.0", "python-heatclient>=0.2.12", "python-keystoneclient>=0.11.1", -- cgit 1.2.3-korg