summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-urllib3_2.0.2.bb (renamed from meta/recipes-devtools/python/python3-urllib3_1.26.15.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb
index d2de7c4c02..bc1cdb009f 100644
--- a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb
+++ b/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb
@@ -3,15 +3,16 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5 5
6SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305" 6SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc"
7 7
8inherit pypi setuptools3 8inherit pypi python_hatchling
9 9
10RDEPENDS:${PN} += "\ 10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-certifi \ 11 ${PYTHON_PN}-certifi \
12 ${PYTHON_PN}-cryptography \ 12 ${PYTHON_PN}-cryptography \
13 ${PYTHON_PN}-email \ 13 ${PYTHON_PN}-email \
14 ${PYTHON_PN}-idna \ 14 ${PYTHON_PN}-idna \
15 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-netclient \ 16 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-pyopenssl \ 17 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-threading \ 18 ${PYTHON_PN}-threading \