diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_2.5.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.5.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb b/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb new file mode 100644 index 0000000000..a4f3995730 --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
2 | HOMEPAGE = "https://github.com/urllib3/urllib3" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" | ||
5 | |||
6 | SRC_URI[sha256sum] = "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" | ||
7 | |||
8 | inherit pypi python_hatchling | ||
9 | |||
10 | DEPENDS += " \ | ||
11 | python3-hatch-vcs-native \ | ||
12 | " | ||
13 | |||
14 | RDEPENDS:${PN} += "\ | ||
15 | python3-certifi \ | ||
16 | python3-cryptography \ | ||
17 | python3-email \ | ||
18 | python3-idna \ | ||
19 | python3-json \ | ||
20 | python3-netclient \ | ||
21 | python3-pyopenssl \ | ||
22 | python3-threading \ | ||
23 | python3-logging \ | ||
24 | " | ||
25 | |||
26 | CVE_PRODUCT = "urllib3" | ||
27 | |||
28 | BBCLASSEXTEND = "native nativesdk" | ||