Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" |
| 3 | LICENSE = "MIT" |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 5 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 8 | inherit pypi setuptools3 |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | RDEPENDS:${PN} += "\ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | |
| 20 | CVE_PRODUCT = "urllib3" |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |