mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
python3-urllib3: upgrade 1.26.10 -> 1.26.11
(From OE-Core rev: dbe07ff87e2cb1a8276e69a43c7cdbb9ae6e5493) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f04fe2978
commit
de5e91a62f
23
meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
Normal file
23
meta/recipes-devtools/python/python3-urllib3_1.26.11.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
|
||||
HOMEPAGE = "https://github.com/shazow/urllib3"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
|
||||
|
||||
SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-certifi \
|
||||
${PYTHON_PN}-cryptography \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-pyopenssl \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "urllib3"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user