blob: 9c15791d34ed0ce85f1105074a7891d44a47b6a0 [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"
Andrew Geissler8f840682023-07-21 09:09:43 -05004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
Andrew Geissler517393d2023-01-13 08:55:19 -06005
Andrew Geissler220dafd2023-10-04 10:18:08 -05006SRC_URI[sha256sum] = "13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"
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"