blob: fcd67090175aa5f4c646806fe1922f82bf56f947 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
Andrew Geissler4b7c1152020-11-30 19:55:29 -06004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
Andrew Geissler82c905d2020-04-13 13:39:40 -05005
Andrew Geissler4b7c1152020-11-30 19:55:29 -06006SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
Patrick Williamsddad1a12017-02-23 20:36:32 -06008inherit pypi setuptools3
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \
18"
19
20CVE_PRODUCT = "urllib3"
21
22BBCLASSEXTEND = "native nativesdk"