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 | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" |
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" |