| SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
| HOMEPAGE = "https://github.com/shazow/urllib3" |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
| |
| SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc" |
| |
| inherit pypi python_hatchling |
| |
| RDEPENDS:${PN} += "\ |
| ${PYTHON_PN}-certifi \ |
| ${PYTHON_PN}-cryptography \ |
| ${PYTHON_PN}-email \ |
| ${PYTHON_PN}-idna \ |
| ${PYTHON_PN}-json \ |
| ${PYTHON_PN}-netclient \ |
| ${PYTHON_PN}-pyopenssl \ |
| ${PYTHON_PN}-threading \ |
| ${PYTHON_PN}-logging \ |
| " |
| |
| CVE_PRODUCT = "urllib3" |
| |
| BBCLASSEXTEND = "native nativesdk" |