Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
| 2 | HOMEPAGE = "https://github.com/shazow/urllib3" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" |
| 5 | |
Patrick Williams | da29531 | 2023-12-05 16:48:56 -0600 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 7 | |
| 8 | inherit pypi python_hatchling |
| 9 | |
| 10 | RDEPENDS:${PN} += "\ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame^] | 11 | 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 Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 20 | " |
| 21 | |
| 22 | CVE_PRODUCT = "urllib3" |
| 23 | |
| 24 | BBCLASSEXTEND = "native nativesdk" |