diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-27 09:40:27 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-29 23:58:49 -0400 |
| commit | 7377c50ffcad332b00bd16bf27f9bb81a55438df (patch) | |
| tree | 226d9ac8d95cb3ea38fe6a2be93443779fead62a /meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb | |
| parent | 887e05090cda7bf11e654c5ae8fd7d782f0ae3bc (diff) | |
| download | meta-cloud-services-7377c50ffcad332b00bd16bf27f9bb81a55438df.tar.gz | |
python-httplib2:upgrade 0.11.3 -> 0.12.3
-Upgrade from python-httplib2_0.11.3.bb to python-httplib2_0.12.3.bb.
-License-Update: Update the information of package.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb deleted file mode 100644 index f59aa5b..0000000 --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.11.3.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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=4d159ceca4925adea3407818d4a87968" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "9aa3e074da9a235cd675dd65e1fbcf39" | ||
| 8 | SRC_URI[sha256sum] = "e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf" | ||
| 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 | } | ||
