blob: 938eb5ee8c8ee7b7faef271d558cc55cfcd93ec3 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067"
5
6SRC_URI[md5sum] = "1eadd93bd5e58d3528d977111f2997ea"
7SRC_URI[sha256sum] = "d30dd4d1cbbc36ebab6e4a2076820cfe0c60f10adf087fecbc5a3edae79fdc81"
8
9RDEPENDS_${PN} += "\
10 ${PYTHON_PN}-certifi \
11 ${PYTHON_PN}-cryptography \
12 ${PYTHON_PN}-email \
13 ${PYTHON_PN}-idna \
14 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-pyopenssl \
16 ${PYTHON_PN}-threading \
17"
18
19BBCLASSEXTEND = "native nativesdk"