summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-08-30 12:28:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:14:01 +0100
commit9cd331aa3575c7b2266cd4412234c56eb269e31d (patch)
tree2170f75edd25c37cbb2c013fa747b14181f5fb25 /meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
parentcf28fdccf1fdea373843c8cd599608c6f4a5602a (diff)
downloadpoky-9cd331aa3575c7b2266cd4412234c56eb269e31d.tar.gz
python3-urllib3: upgrade 1.26.11 -> 1.26.12
(From OE-Core rev: cb05578af3ace6e3983f93e16d9ad1ac2a65fbe2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_1.26.12.bb')
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_1.26.12.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
new file mode 100644
index 0000000000..1cd69bcb10
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
2HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5
6SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \
18 ${PYTHON_PN}-logging \
19"
20
21CVE_PRODUCT = "urllib3"
22
23BBCLASSEXTEND = "native nativesdk"