blob: 5a2a6287f002befb1b1a07c6d6755d088e4de646 [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 Geissler69721092021-07-23 12:57:00 -04006SRC_URI[sha256sum] = "f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f"
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
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050011 ${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"