summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-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