From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../python/python-happybase_0.6.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-happybase_0.6.bb (limited to 'meta-openstack/recipes-devtools/python/python-happybase_0.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb b/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb deleted file mode 100644 index 95ce2ad..0000000 --- a/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Python library to interact with Apache HBase" -HOMEPAGE = "https://pypi.python.org/pypi/happybase/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee" - -PR = "r0" -SRCNAME = "happybase" - -SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "28905e2a334d6d7b42495f2c5ca46add" -SRC_URI[sha256sum] = "74312a83c7f67d8a362649a822259fcf5983ea9b9e5f2e4e17d67109435cc00e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -do_install_append() { - perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` - for f in $perm_files; do - chmod 644 "${f}" - done -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf