From 3b81f3d5bb38fc67bb9ffb06b75385aebd60ae3b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 00:52:31 -0400 Subject: python-ceilometerclient: introduce ceilometer client and CLI applications To support the horizon dashboard, we require at least the ceilometer client application and libraries. The full server/application will be introduced later.` Signed-off-by: Bruce Ashfield --- .../python/python-ceilometerclient_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb') 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 @@ +DESCRIPTION = "CLI and python client library for OpenStack Ceilometer" +HOMEPAGE = "https://launchpad.net/ceilometer" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +RDEPENDS_${PN} +="python-cliff \ + python-httplib2 \ + python-iso8601 \ + python-prettytable \ + python-pyparsing \ + python-simplejson \ + " + +PR = "r0" + +SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" +S = "${WORKDIR}/git" + +inherit setuptools -- cgit v1.2.3-54-g00ecf