From 8a8feb2183fc6f59d1174434f6b00214900bd151 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Nov 2013 13:33:01 -0500 Subject: python-thrift: introduce recipe to meet ceilometer requirements Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-thrift_0.9.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb new file mode 100644 index 0000000..ca22472 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Python bindings for the Apache Thrift RPC system" +HOMEPAGE = "https://pypi.python.org/pypi/amqp/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README;md5=1bd6aa02231f9e3aa626d8c13c20e1c8" + +PR = "r0" +SRCNAME = "thrift" + +SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "8989a8a96b0e3a3380cfb89c44e172a6" +SRC_URI[sha256sum] = "7d1a75c9bd73b02662483fc68b3e60bc24d75f6e55492d379f3053d68c937770" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf