summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb23
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 @@
1DESCRIPTION = "CLI and python client library for OpenStack Ceilometer"
2HOMEPAGE = "https://launchpad.net/ceilometer"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7RDEPENDS_${PN} +="python-cliff \
8 python-httplib2 \
9 python-iso8601 \
10 python-prettytable \
11 python-pyparsing \
12 python-simplejson \
13 "
14
15PR = "r0"
16
17SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master"
18
19PV="git${SRCPV}"
20SRCREV="067b76d9a821c3acb60d93787396d25b729a7421"
21S = "${WORKDIR}/git"
22
23inherit setuptools