blob: ad6dc6d40521987818b1fcc348a346131a15c88a [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -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=52d273a3054ced561275d4d15260ecda"
5
Patrick Williamsda295312023-12-05 16:48:56 -06006SRC_URI[sha256sum] = "df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06007
8inherit pypi python_hatchling
9
10RDEPENDS:${PN} += "\
Patrick Williams73bd93f2024-02-20 08:07:48 -060011 python3-certifi \
12 python3-cryptography \
13 python3-email \
14 python3-idna \
15 python3-json \
16 python3-netclient \
17 python3-pyopenssl \
18 python3-threading \
19 python3-logging \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060020"
21
22CVE_PRODUCT = "urllib3"
23
24BBCLASSEXTEND = "native nativesdk"