From 46a717508ae632b9bcc83193924103954d550977 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 13 Jun 2019 14:05:24 +0800 Subject: python-httplib2: upgrade 0.12.3 -> 0.13.0 -Upgrade from python-httplib2_0.12.3.bb to python-httplib2_0.13.0.bb. -Add recipe python3-httplib2_0.13.0.bb. -License-Update: Update the information of package. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-httplib2.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-httplib2.inc (limited to 'meta-openstack/recipes-devtools/python/python-httplib2.inc') diff --git a/meta-openstack/recipes-devtools/python/python-httplib2.inc b/meta-openstack/recipes-devtools/python/python-httplib2.inc new file mode 100644 index 0000000..95890cc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httplib2.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "A comprehensive HTTP client library" +HOMEPAGE = "https://code.google.com/p/httplib2/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=341f12f35eee133c8ce15c04a042fb72" + +SRC_URI[md5sum] = "c0c3b1c1a1c51fa40f46271d95f74fdc" +SRC_URI[sha256sum] = "d1146939d270f1f1eb8cbf8f5aa72ff37d897faccca448582bb1e180aeb4c6b2" + +inherit pypi + +do_install_append() { + perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` + for f in $perm_files; do + chmod 644 "${f}" + done +} -- cgit v1.2.3-54-g00ecf