diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb new file mode 100644 index 0000000..a1a518f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.12.3.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A comprehensive HTTP client library" | ||
| 2 | HOMEPAGE = "https://code.google.com/p/httplib2/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=ad87b270277b5f40e2a281d9f7dde584" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f78ce222216865271f2672e6941174d5" | ||
| 8 | SRC_URI[sha256sum] = "a18121c7c72a56689efbf1aef990139ad940fee1e64c6f2458831736cd593600" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | do_install_append() { | ||
| 13 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` | ||
| 14 | for f in $perm_files; do | ||
| 15 | chmod 644 "${f}" | ||
| 16 | done | ||
| 17 | } | ||
