Explicitly depend on python-openstackclient

currently it is installed only due to some other packages exporting osc
plugins have python-openstackclient as a hard dependency (e.g. ironic)
that should not actually be the case.

Instead, add python-openstackclient as explicit requirement to make sure
we always get it and its core plugins like nova and keystone.

Change-Id: I1215be38e9f47057744303f94f7981d81c37569a
This commit is contained in:
Pavlo Shchelokovskyy 2017-03-01 17:02:16 +02:00 committed by Pavlo Shchelokovskyy
parent 169f8a1ca2
commit db478f664e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0
python-mistralclient>=2.0.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0
python-saharaclient>=1.1.0 # Apache-2.0
python-searchlightclient>=1.0.0 #Apache-2.0
python-senlinclient>=1.1.0 # Apache-2.0