diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-08 08:42:32 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 08:25:28 +0100 |
| commit | de5e91a62ff51d0b97b59369eeb34a89bd0bcc2a (patch) | |
| tree | ef3018177828975cd55859c5b68dc8122c7091d2 /meta/recipes-devtools/python/python3-urllib3_1.26.11.bb | |
| parent | 2f04fe29788e6cd433a9c125b98fb737a6556243 (diff) | |
| download | poky-de5e91a62ff51d0b97b59369eeb34a89bd0bcc2a.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-urllib3_1.26.11.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_1.26.11.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb new file mode 100644 index 0000000000..a8d47de0f4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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=c2823cb995439c984fd62a973d79815c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${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 | |||
| 21 | CVE_PRODUCT = "urllib3" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
