From 3b9fa62452c636c49cc1bd19436e37882c76b88c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 3 Apr 2014 22:56:57 -0400 Subject: clients: add bash-completion support Package and enable the bash completion suppor that comes with the various client packages. Signed-off-by: Bruce Ashfield --- .../python/python-ceilometer_git.bb | 39 +++++++++++----------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index f77cf1d..8d5b9dc 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb @@ -162,26 +162,27 @@ RDEPENDS_${PN} += " \ python-glanceclient \ python-keystoneclient \ python-swiftclient \ + python-ceilometerclient \ python-oslo.config \ - python-msgpack \ - python-pecan \ - python-amqp \ - python-singledispatch \ - python-flask \ - python-werkzeug \ - python-itsdangerous \ - python-happybase \ - python-wsme \ - python-eventlet \ - python-pymongo \ - python-thrift \ - python-simplegeneric \ - python-webtest \ - python-waitress \ - python-pyyaml \ - python-pip \ - python-pytz \ - python-pbr \ + python-msgpack \ + python-pecan \ + python-amqp \ + python-singledispatch \ + python-flask \ + python-werkzeug \ + python-itsdangerous \ + python-happybase \ + python-wsme \ + python-eventlet \ + python-pymongo \ + python-thrift \ + python-simplegeneric \ + python-webtest \ + python-waitress \ + python-pyyaml \ + python-pip \ + python-pytz \ + python-pbr \ " RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ -- cgit v1.2.3-54-g00ecf