aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-26 08:50:12 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-01 15:33:57 +0200
commitabafa93afa12a0ce20ea4cdbbcde3909aafe5864 (patch)
treee6e64f0c68154f1c4e9e86fb0b24daec867b4ce0 /meta-python/recipes-devtools/python/python-urllib3_1.14.bb
parent84a304e0d25244f67b9e27a1119435e883beff46 (diff)
downloadmeta-openembedded-contrib-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/python-urllib3_1.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-urllib3_1.14.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.14.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
new file mode 100644
index 0000000000..4e30991ac7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
+HOMEPAGE = "https://github.com/shazow/urllib3"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
+
+SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847"
+SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "python-netclient"