diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-happybase_0.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-happybase_0.6.bb | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index 95ce2ad..0000000 --- a/meta-openstack/recipes-devtools/python/python-happybase_0.6.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python library to interact with Apache HBase" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/happybase/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=41f55ae3d7000e4323e84c468d8b42ee" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "happybase" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "28905e2a334d6d7b42495f2c5ca46add" | ||
| 13 | SRC_URI[sha256sum] = "74312a83c7f67d8a362649a822259fcf5983ea9b9e5f2e4e17d67109435cc00e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` | ||
| 21 | for f in $perm_files; do | ||
| 22 | chmod 644 "${f}" | ||
| 23 | done | ||
| 24 | } \ No newline at end of file | ||
