Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -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" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" |
| 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
| 10 | RDEPENDS:${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 | ${PYTHON_PN}-logging \ |
| 19 | " |
| 20 | |
| 21 | CVE_PRODUCT = "urllib3" |
| 22 | |
| 23 | BBCLASSEXTEND = "native nativesdk" |