summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-06 15:11:33 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:36 -0500
commit4c9902405c1f8a756513340c5950f1073c2843b6 (patch)
tree51a8ef005539394727e2d26c8b706783f5d0caa5 /meta-openstack/recipes-devtools/python
parentfee9116d124b7c593aa9ffdeda9b8f71ba1fcfea (diff)
downloadmeta-cloud-services-4c9902405c1f8a756513340c5950f1073c2843b6.tar.gz
python-happybase: introduce recipe to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-happybase_0.6.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb b/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb
new file mode 100644
index 0000000..0db492b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Python library to interact with Apache HBase"
2HOMEPAGE = "https://pypi.python.org/pypi/happybase/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee"
6
7PR = "r0"
8SRCNAME = "happybase"
9
10SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "28905e2a334d6d7b42495f2c5ca46add"
13SRC_URI[sha256sum] = "74312a83c7f67d8a362649a822259fcf5983ea9b9e5f2e4e17d67109435cc00e"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools