summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_2.5.0.bb
diff options
context:
space:
mode:
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.bb28
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 @@
1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/urllib3/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda"
5
6SRC_URI[sha256sum] = "3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"
7
8inherit pypi python_hatchling
9
10DEPENDS += " \
11 python3-hatch-vcs-native \
12"
13
14RDEPENDS:${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
26CVE_PRODUCT = "urllib3"
27
28BBCLASSEXTEND = "native nativesdk"