blob: fc1828b4eeeb9dad74f275e1794895f5954cb944 [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 Williams39653562024-03-01 08:54:02 -06006SRC_URI[sha256sum] = "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
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"