From b5340184a98413b1f923be8712723ff928e2b7ca Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 00:54:13 -0400 Subject: python-heatclient: introduce heat client and API To support the havana horizon dashboard we need at least the heat client APIs available on the controller. We introduce this package first, and the full heat implementation later. Signed-off-by: Bruce Ashfield --- .../python/python-heatclient_git.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-heatclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-heatclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb new file mode 100644 index 0000000..435ab1f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "CLI and python client library for OpenStack Heat" +HOMEPAGE = "https://launchpad.net/heat" +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-heatclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="30032302f359985335d50e80abb03ba901143168" +S = "${WORKDIR}/git" + +inherit setuptools -- cgit v1.2.3-54-g00ecf