blob: 0abd2adf65000e00a9133f96b996e5f38fae9a14 [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
Patrick Williams2a254922023-08-11 09:48:11 -05006SRC_URI[sha256sum] = "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
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"