diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 13:33:01 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | 8a8feb2183fc6f59d1174434f6b00214900bd151 (patch) | |
| tree | 51e837573a0d768dc550819bb14ca549b6da0a78 /meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb | |
| parent | 88deadf46dc1bf61ec9fe5fb4f719e7058ba0cfb (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Python bindings for the Apache Thrift RPC system" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README;md5=1bd6aa02231f9e3aa626d8c13c20e1c8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "thrift" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8989a8a96b0e3a3380cfb89c44e172a6" | ||
| 13 | SRC_URI[sha256sum] = "7d1a75c9bd73b02662483fc68b3e60bc24d75f6e55492d379f3053d68c937770" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
