blob: f2fb33c6dd9b0765e9119ce0056a2192eeb3c45c [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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07006SRC_URI[sha256sum] = "a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"
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"