diff options
author | Derek Straka <derek@asterius.io> | 2016-03-26 08:50:12 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-01 15:33:57 +0200 |
commit | abafa93afa12a0ce20ea4cdbbcde3909aafe5864 (patch) | |
tree | e6e64f0c68154f1c4e9e86fb0b24daec867b4ce0 /meta-python/recipes-devtools/python | |
parent | 84a304e0d25244f67b9e27a1119435e883beff46 (diff) | |
download | meta-openembedded-abafa93afa12a0ce20ea4cdbbcde3909aafe5864.tar.gz |
python-urllib3: update to 1.14
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3_1.14.bb (renamed from meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb index 89f742800..4e30991ac 100644 --- a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb +++ b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb | |||
@@ -1,15 +1,11 @@ | |||
1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
2 | HOMEPAGE = "https://github.com/shazow/urllib3" | 2 | HOMEPAGE = "https://github.com/shazow/urllib3" |
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe" |
6 | 5 | ||
7 | SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip" | 6 | SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847" |
8 | SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55" | 7 | SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37" |
9 | SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f" | ||
10 | 8 | ||
11 | S = "${WORKDIR}/urllib3-${PV}" | 9 | inherit pypi setuptools |
12 | |||
13 | inherit setuptools | ||
14 | 10 | ||
15 | RDEPENDS_${PN} += "python-netclient" | 11 | RDEPENDS_${PN} += "python-netclient" |