diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-03 22:56:57 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-03 22:56:57 -0400 |
| commit | 3b9fa62452c636c49cc1bd19436e37882c76b88c (patch) | |
| tree | 3fc5e422f733d9e037f387638a459eeaeecbab61 /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | a8dbfb290b485d41da1bea5dd37907db684d86fc (diff) | |
| download | meta-cloud-services-3b9fa62452c636c49cc1bd19436e37882c76b88c.tar.gz | |
clients: add bash-completion support
Package and enable the bash completion suppor that comes with the
various client packages.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 39 |
1 files changed, 20 insertions, 19 deletions
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} += " \ | |||
| 162 | python-glanceclient \ | 162 | python-glanceclient \ |
| 163 | python-keystoneclient \ | 163 | python-keystoneclient \ |
| 164 | python-swiftclient \ | 164 | python-swiftclient \ |
| 165 | python-ceilometerclient \ | ||
| 165 | python-oslo.config \ | 166 | python-oslo.config \ |
| 166 | python-msgpack \ | 167 | python-msgpack \ |
| 167 | python-pecan \ | 168 | python-pecan \ |
| 168 | python-amqp \ | 169 | python-amqp \ |
| 169 | python-singledispatch \ | 170 | python-singledispatch \ |
| 170 | python-flask \ | 171 | python-flask \ |
| 171 | python-werkzeug \ | 172 | python-werkzeug \ |
| 172 | python-itsdangerous \ | 173 | python-itsdangerous \ |
| 173 | python-happybase \ | 174 | python-happybase \ |
| 174 | python-wsme \ | 175 | python-wsme \ |
| 175 | python-eventlet \ | 176 | python-eventlet \ |
| 176 | python-pymongo \ | 177 | python-pymongo \ |
| 177 | python-thrift \ | 178 | python-thrift \ |
| 178 | python-simplegeneric \ | 179 | python-simplegeneric \ |
| 179 | python-webtest \ | 180 | python-webtest \ |
| 180 | python-waitress \ | 181 | python-waitress \ |
| 181 | python-pyyaml \ | 182 | python-pyyaml \ |
| 182 | python-pip \ | 183 | python-pip \ |
| 183 | python-pytz \ | 184 | python-pytz \ |
| 184 | python-pbr \ | 185 | python-pbr \ |
| 185 | " | 186 | " |
| 186 | 187 | ||
| 187 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ | 188 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ |
