diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb deleted file mode 100644 index 5e5e43e..0000000 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | DESCRIPTION = "CLI and python client library for OpenStack Ceilometer" | ||
| 2 | HOMEPAGE = "https://launchpad.net/ceilometer" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | python-pip \ | ||
| 9 | python-pbr \ | ||
| 10 | " | ||
| 11 | |||
| 12 | # Satisfy setup.py 'setup_requires' | ||
| 13 | DEPENDS += " \ | ||
| 14 | python-pbr-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | python-pbr \ | ||
| 19 | python-iso8601 \ | ||
| 20 | python-keystoneauth1 \ | ||
| 21 | python-oslo.i18n \ | ||
| 22 | python-oslo.serialization \ | ||
| 23 | python-oslo.utils \ | ||
| 24 | python-prettytable \ | ||
| 25 | python-requests \ | ||
| 26 | python-six \ | ||
| 27 | python-stevedore \ | ||
| 28 | bash \ | ||
| 29 | " | ||
| 30 | |||
| 31 | SRC_URI = "\ | ||
| 32 | git://github.com/openstack/python-ceilometerclient.git;branch=stable/pike \ | ||
| 33 | " | ||
| 34 | |||
| 35 | PV = "2.9.1" | ||
| 36 | SRCREV = "4ee321feeef39fa2a297ad8e58e931b8a03d8f14" | ||
| 37 | S = "${WORKDIR}/git" | ||
| 38 | |||
| 39 | inherit setuptools3 rmargparse | ||
| 40 | |||
| 41 | |||
| 42 | PACKAGECONFIG ?= "bash-completion" | ||
| 43 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | ||
| 44 | |||
| 45 | do_install_append() { | ||
| 46 | install -d ${D}/${sysconfdir}/bash_completion.d | ||
| 47 | install -m 664 ${S}/tools/ceilometer.bash_completion ${D}/${sysconfdir}/bash_completion.d | ||
| 48 | } | ||
| 49 | |||
| 50 | PACKAGES =+ "${BPN}-bash-completion" | ||
| 51 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | ||
