blob: 485f57f2b28dbe1b3aee47472299f58da384b1e3 [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"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=06dfcbb88fb0787a2039e26af11276f5"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006SRC_URI[md5sum] = "e62d42006807308fea9556c17af8e250"
7SRC_URI[sha256sum] = "cc49b66adcb45e19c6944cff35eedb60ee2228f0afba51f4da29c47e7a398f15"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
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"