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 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb new file mode 100644 index 0000000..f3848d4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 | RDEPENDS_${PN} +="python-cliff \ | ||
| 8 | python-httplib2 \ | ||
| 9 | python-iso8601 \ | ||
| 10 | python-prettytable \ | ||
| 11 | python-pyparsing \ | ||
| 12 | python-simplejson \ | ||
| 13 | " | ||
| 14 | |||
| 15 | PR = "r0" | ||
| 16 | |||
| 17 | SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" | ||
| 18 | |||
| 19 | PV="git${SRCPV}" | ||
| 20 | SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit setuptools | ||
