1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" 2HOMEPAGE = "https://github.com/urllib3/urllib3" 3LICENSE = "MIT" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" 5 6SRC_URI[sha256sum] = "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" 7 8inherit pypi python_hatchling 9 10DEPENDS += " \ 11 python3-hatch-vcs-native \ 12" 13 14RDEPENDS:${PN} += "\ 15 python3-certifi \ 16 python3-cryptography \ 17 python3-email \ 18 python3-idna \ 19 python3-json \ 20 python3-netclient \ 21 python3-pyopenssl \ 22 python3-threading \ 23 python3-logging \ 24" 25 26CVE_PRODUCT = "urllib3" 27 28BBCLASSEXTEND = "native nativesdk" 29