summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-07-16 17:36:29 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-07-22 23:20:53 -0400
commit1a07e9c0c04a96711e5874312907aa953699ffa7 (patch)
tree95dc563d1dec81c463a457ec135cc64d6c97a1b3 /meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb
parentecb68a9cd08813ea8ad40566bae652bd283a43cc (diff)
downloadmeta-cloud-services-1a07e9c0c04a96711e5874312907aa953699ffa7.tar.gz
python-httplib2 : 0.10.3 -> 0.11.3
1.Upgrade python-httplib2 from 0.10.3 to 0.11.3. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb
deleted file mode 100644
index c5ced3f..0000000
--- a/meta-openstack/recipes-devtools/python/python-httplib2_0.10.3.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "A comprehensive HTTP client library"
2HOMEPAGE = "https://code.google.com/p/httplib2/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=41a98bc55b04b2a38acdb5c8ab0ae6b2"
6
7SRC_URI[md5sum] = "709c305e1b00e9c0af49ee816429569c"
8SRC_URI[sha256sum] = "e404d3b7bd86c1bc931906098e7c1305d6a3a6dcef141b8bb1059903abb3ceeb"
9
10inherit setuptools pypi
11
12do_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}