diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_2.0.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.0.5.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.5.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.5.bb new file mode 100644 index 0000000000..9c15791d34 --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.5.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | |||
| 6 | SRC_URI[sha256sum] = "13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-certifi \ | ||
| 12 | ${PYTHON_PN}-cryptography \ | ||
| 13 | ${PYTHON_PN}-email \ | ||
| 14 | ${PYTHON_PN}-idna \ | ||
| 15 | ${PYTHON_PN}-json \ | ||
| 16 | ${PYTHON_PN}-netclient \ | ||
| 17 | ${PYTHON_PN}-pyopenssl \ | ||
| 18 | ${PYTHON_PN}-threading \ | ||
| 19 | ${PYTHON_PN}-logging \ | ||
| 20 | " | ||
| 21 | |||
| 22 | CVE_PRODUCT = "urllib3" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
