blob: bc1cdb009f4018703ea40ebe371990b4b8044768 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5
Andrew Geissler3eeda902023-05-19 10:14:02 -05006SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc"
Andrew Geissler517393d2023-01-13 08:55:19 -06007
Andrew Geissler3eeda902023-05-19 10:14:02 -05008inherit pypi python_hatchling
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
Andrew Geissler3eeda902023-05-19 10:14:02 -050015 ${PYTHON_PN}-json \
Andrew Geissler517393d2023-01-13 08:55:19 -060016 ${PYTHON_PN}-netclient \
17 ${PYTHON_PN}-pyopenssl \
18 ${PYTHON_PN}-threading \
19 ${PYTHON_PN}-logging \
20"
21
22CVE_PRODUCT = "urllib3"
23
24BBCLASSEXTEND = "native nativesdk"