summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-07 13:33:01 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commit8a8feb2183fc6f59d1174434f6b00214900bd151 (patch)
tree51e837573a0d768dc550819bb14ca549b6da0a78 /meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb
parent88deadf46dc1bf61ec9fe5fb4f719e7058ba0cfb (diff)
downloadmeta-cloud-services-8a8feb2183fc6f59d1174434f6b00214900bd151.tar.gz
python-thrift: introduce recipe to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
2HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;md5=1bd6aa02231f9e3aa626d8c13c20e1c8"
6
7PR = "r0"
8SRCNAME = "thrift"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8989a8a96b0e3a3380cfb89c44e172a6"
13SRC_URI[sha256sum] = "7d1a75c9bd73b02662483fc68b3e60bc24d75f6e55492d379f3053d68c937770"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools